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 9e6e772 commit 12e6ae4Copy full SHA for 12e6ae4
.github/workflows/labeler.yml
@@ -46,7 +46,7 @@ jobs:
46
github.event_name == 'pull_request_target' &&
47
(github.event.action == 'opened' ||
48
github.event.action == 'synchronize')
49
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
+ uses: actions/labeler@f1a63e87db0c6baf19c5713083f8d00d789ca184 # v6.0.0
50
with:
51
repo-token: ${{ secrets.GITHUB_TOKEN }}
52
configuration-path: .github/workflows/labeler/labeler-config.yml
0 commit comments