Skip to content

Commit

Permalink
changed ident
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 24, 2021
1 parent d58d8c5 commit c204307
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check_pr_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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 }}
disable-reviews: true
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 c204307

Please sign in to comment.