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 15a551c commit fc7db8bCopy full SHA for fc7db8b
.github/workflows/label-issues.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
issues: write
12
steps:
13
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
14
with:
15
script: |
16
github.rest.issues.addLabels({
0 commit comments