mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
🚀 Add-on CI improvements (#190)
This commit is contained in:
parent
451ce9d5cf
commit
d767ac9940
3 changed files with 25 additions and 12 deletions
3
.github/workflows/pr-labels.yaml
vendored
3
.github/workflows/pr-labels.yaml
vendored
|
@ -3,7 +3,7 @@ name: PR Labels
|
|||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, labeled, unlabeled, synchronize]
|
||||
|
||||
jobs:
|
||||
|
@ -14,6 +14,7 @@ jobs:
|
|||
- name: 🏷 Verify PR has a valid label
|
||||
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
|
||||
with:
|
||||
pull-request-number: "${{ github.event.pull_request.number }}"
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
valid-labels: >-
|
||||
breaking-change, bugfix, documentation, enhancement, refactor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue