File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Check actions access
2222 if : github.event_name == 'issue_comment'
23- uses : actions/github-script@v8
23+ uses : actions/github-script@v9
2424 with :
2525 script : |
2626 const { data } = await github.rest.repos.getCollaboratorPermissionLevel({
3434
3535 - name : Add reaction to command
3636 if : github.event_name == 'issue_comment'
37- uses : actions/github-script@v8
37+ uses : actions/github-script@v9
3838 with :
3939 script : |
4040 await github.rest.reactions.createForIssueComment({
4747 - name : Get PR head ref
4848 if : github.event_name == 'issue_comment'
4949 id : pr
50- uses : actions/github-script@v8
50+ uses : actions/github-script@v9
5151 with :
5252 script : |
5353 const { data: pr } = await github.rest.pulls.get({
9595
9696 - name : Post artifact link
9797 if : github.event_name == 'issue_comment'
98- uses : actions/github-script@v8
98+ uses : actions/github-script@v9
9999 with :
100100 script : |
101101 await github.rest.issues.createComment({
You can’t perform that action at this time.
0 commit comments