committed by
GitHub
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||
|
name: Label Checker |
||||
|
on: |
||||
|
pull_request: |
||||
|
types: |
||||
|
- opened |
||||
|
- synchronize |
||||
|
- reopened |
||||
|
- labeled |
||||
|
- unlabeled |
||||
|
|
||||
|
jobs: |
||||
|
check_labels: |
||||
|
name: Check labels |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- uses: docker://agilepathway/pull-request-label-checker:latest |
||||
|
with: |
||||
|
one_of: breaking,security,feature,bug,refactor,upgrade,docs,lang-all,internal |
||||
|
repo_token: ${{ secrets.GITHUB_TOKEN }} |
Loading…
Reference in new issue