mirror of
https://github.com/mtan93/hass-addons.git
synced 2026-03-07 21:22:00 +00:00
18 lines
317 B
YAML
18 lines
317 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
|
|
secrets:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|