addon-uptime-kuma/.github/workflows/pr-labels.yaml
2022-06-13 00:29:56 +02:00

15 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