We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2d04c commit eb02e15Copy full SHA for eb02e15
.github/workflows/issue-opened.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
12
- - uses: github/issue-labeler@cd54a96bcc32e2a890e865b2eceffee3fc458b9d # v3.0
+ - uses: github/issue-labeler@e24a3eb6b2e28c8904d086302a2b760647f5f45c # v3.1
13
with:
14
repo-token: "${{ secrets.GITHUB_TOKEN }}"
15
configuration-path: .github/labeler-issue-triage.yml
0 commit comments