We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9deadc9 + 4086e97 commit 3776279Copy full SHA for 3776279
.github/workflows/labeler.yml
@@ -12,6 +12,6 @@ jobs:
12
pull-requests: write # for actions/labeler to add labels to PRs
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
+ - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
16
with:
17
repo-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments