We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26acc1a commit ea32978Copy full SHA for ea32978
.github/workflows/labeler.yml
@@ -16,7 +16,7 @@ jobs:
16
pull-requests: write
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/labeler@v5
+ - uses: actions/labeler@v6
20
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
21
- run: echo "Done adding labels"
22
# Run this after labeler applied labels
0 commit comments