Skip to content

Commit

Permalink
moved back the single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 24, 2021
1 parent c204307 commit 106434e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
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'
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 106434e

Please sign in to comment.