Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 24, 2021
1 parent d25cd38 commit a60c1d9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/check_pr_label.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🏷️ Check labels
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
pull_request:
types: [opened, labeled, unlabeled, synchronize, reopened]
jobs:
check_labels:
name: 🏷️ Check valid labels
Expand All @@ -10,6 +10,7 @@ jobs:
- name: Check valid labels
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'pr:bugfix, pr: enhancement, pr: dependency-update, pr: new feature'
pull-request-number: '${{ github.event.pull_request.number }}'
github-token: ${{ secrets.GITHUB_TOKEN }}
valid-labels: 'pr:bugfix', 'pr: enhancement', 'pr: dependency-update', 'pr: new feature'
pull-request-number: ${{ github.event.pull_request.number }}
disable-reviews: true

0 comments on commit a60c1d9

Please sign in to comment.