We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de652a commit c2b4c15Copy full SHA for c2b4c15
.github/workflows/label-issues.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
issues: write
12
steps:
13
- - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
+ - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
14
with:
15
script: |
16
github.rest.issues.addLabels({
0 commit comments