Commit 71b57bd 1 parent 8f358d5 commit 71b57bd Copy full SHA for 71b57bd
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
issues : write
14
14
steps :
15
15
- name : Add Comment For User Interest
16
- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
16
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
17
17
with :
18
18
script : |
19
19
github.rest.issues.createComment({
49
49
})
50
50
51
51
- name : React to Issue
52
- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
52
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
53
53
with :
54
54
script : |
55
55
github.rest.reactions.createForIssue({
Original file line number Diff line number Diff line change 53
53
run : pnpm exec tsc .github/workflows/commentCodeGeneration.ts --outDir .github/workflows
54
54
55
55
- name : Comment
56
- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
56
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
57
57
with :
58
58
script : |
59
59
const script = require('${{ github.workspace }}/.github/workflows/commentCodeGeneration.js')
You can’t perform that action at this time.
0 commit comments