Update für Home Assistant 2025.1.x
: async_forward_entry_setup entfernt
#139
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Label Actions PR" | |
on: | |
pull_request: | |
types: [opened, reopened] | |
permissions: | |
contents: read | |
jobs: | |
action: | |
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- uses: actions/labeler@v5 | |
with: | |
configuration-path: .github/workflows/config/labeler.yml | |
sync-labels: false | |
dot: true |