We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0fdb5 commit 788189cCopy full SHA for 788189c
.github/workflows/issue_action.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Label if possible duplicate
35
if: steps.similarity.outputs.similar-issues-found =='true'
36
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
37
with:
38
github-token: ${{ steps.generate_token.outputs.token }}
39
script: |
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Label if mentions provider
81
if: steps.provider_check.outputs.name != 'none'
82
83
84
85
0 commit comments