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 86576d4 commit b33530bCopy full SHA for b33530b
1 file changed
.github/workflows/labeler.yml
@@ -18,7 +18,7 @@ jobs:
18
pull-requests: write
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
+ - uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
22
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
23
- run: echo "Done adding labels"
24
# Run this after labeler applied labels
0 commit comments