Skip to content

feat(container): update image ghcr.io/onedr0p/home-assistant to v2023.11.3 #456

feat(container): update image ghcr.io/onedr0p/home-assistant to v2023.11.3

feat(container): update image ghcr.io/onedr0p/home-assistant to v2023.11.3 #456

Workflow file for this run

---
name: "Meta Labeler"
on:
workflow_dispatch:
pull_request:
branches: ["main"]
permissions:
checks: write
contents: read
pull-requests: write
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b # v4.0.3
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"