We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094953a commit 19c9160Copy full SHA for 19c9160
.github/workflows/label-issues.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
issues: write
12
steps:
13
- - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
14
with:
15
script: |
16
github.rest.issues.addLabels({
.github/workflows/label-pr.yml
@@ -34,7 +34,7 @@ jobs:
34
fi
35
echo "label=$LABEL" >> $GITHUB_OUTPUT
36
37
38
if: steps.branch-label.outputs.label != 'skip'
39
40
0 commit comments