We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb54ae commit e125ec4Copy full SHA for e125ec4
.github/workflows/labeler.yml
@@ -21,7 +21,7 @@ jobs:
21
{ prefix: 'security', type: 'security' },
22
]
23
steps:
24
- - uses: netlify/pr-labeler-action@v1.0.0
+ - uses: netlify/pr-labeler-action@v1.1.0
25
if: startsWith(github.event.pull_request.title, matrix.pr.prefix)
26
with:
27
token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments