16 lines
256 B
YAML
16 lines
256 B
YAML
---
|
|
name: PR Labels
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
- labeled
|
|
- unlabeled
|
|
- synchronize
|
|
|
|
jobs:
|
|
workflows:
|
|
uses: hassio-addons/workflows/.github/workflows/pr-labels.yaml@main
|