Bump home-assistant/actions from a19f5f4e08ef2786e4604a948f62addd937a6bc9 to 72e1db9d29431ebc9439e48504e687b53e90d366 #97
Workflow file for this run
This file contains hidden or 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: Labels | |
on: | |
pull_request: | |
branches: | |
- main | |
types: | |
- labeled | |
- opened | |
- synchronize | |
- unlabeled | |
permissions: {} | |
jobs: | |
check: | |
name: Check labels | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check the labels | |
uses: ludeeus/[email protected] | |
with: | |
labels: >- | |
breaking-change, beta, bugfix, dependencies, enhancement, feature, actions, repository, refactor |