Added repository files

This commit is contained in:
Tobias Brenner
2021-11-28 12:55:29 +01:00
parent 3a3618eb31
commit e407b4ab3a
15 changed files with 333 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
---
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 }}