We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355a262 commit 49e4c54Copy full SHA for 49e4c54
.github/workflows/pr-labeler.yml
@@ -12,7 +12,7 @@ jobs:
12
pull-requests: write # for actions/labeler to add labels to PRs
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # v4
+ - uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b # v4
16
with:
17
repo-token: "${{ secrets.GITHUB_TOKEN }}"
18
configuration-path: ".github/pr-labeler.yml"
0 commit comments