We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3e5d9 commit 284c006Copy full SHA for 284c006
.github/workflows/ensure-pr-label.yml
@@ -8,5 +8,6 @@ jobs:
8
steps:
9
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
10
with:
11
+ github-token: '${{ secrets.GITHUB_TOKEN }}'
12
valid-labels: 'pr: non-breaking, pr: breaking change, pr: new feature'
13
pull-request-number: '${{ github.event.pull_request.number }}'
0 commit comments