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 6d11fec commit 3737808Copy full SHA for 3737808
1 file changed
.github/workflows/comment-issue.yml
@@ -13,7 +13,7 @@ jobs:
13
issues: write
14
steps:
15
- name: Add Comment For User Interest
16
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
17
with:
18
script: |
19
github.rest.issues.createComment({
@@ -49,7 +49,7 @@ jobs:
49
})
50
51
- name: React to Issue
52
53
54
55
github.rest.reactions.createForIssue({
0 commit comments