Skip to content

fix(app): update container tag ghcr.io/home-assistant/home-assistant to v2024.1.5 #239

fix(app): update container tag ghcr.io/home-assistant/home-assistant to v2024.1.5

fix(app): update container tag ghcr.io/home-assistant/home-assistant to v2024.1.5 #239

Workflow file for this run

---
name: Pull Request Labeler
on:
workflow_dispatch:
pull_request_target:
branches: ["main"]
types: ["opened", "synchronize"]
jobs:
labeler:
name: Pull Request Labeler
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- name: Generate Token
uses: actions/create-github-app-token@c4fa18d55c5d49e6a2793e351ea4938322c61072 # v1.6.4
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.app-token.outputs.token }}"