Skip to content

fix(container): update image ghcr.io/home-assistant/home-assistant to v2024.9.3 #1830

fix(container): update image ghcr.io/home-assistant/home-assistant to v2024.9.3

fix(container): update image ghcr.io/home-assistant/home-assistant to v2024.9.3 #1830

Workflow file for this run

---
name: "Meta: Labeler"
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"