File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
permissions :
16
16
pull-requests : write
17
17
steps :
18
- - uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
18
+ - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
19
19
with :
20
20
script : |
21
21
// adds a comment to the PR (there is the issue API only which works work PRs too)
Original file line number Diff line number Diff line change 24
24
25
25
maintainer=${maintainers[ $RANDOM % ${#maintainers[@]} ]}
26
26
echo "maintainer=$maintainer" >> "$GITHUB_OUTPUT"
27
- - uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
27
+ - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
28
28
with :
29
29
script : |
30
30
// adds a comment to the PR (there is the issue API, which works work PRs too)
69
69
commit_message : " chore: format Terraform code"
70
70
71
71
- name : Failure notice
72
- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
72
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
73
73
if : ${{ failure() }}
74
74
with :
75
75
script : |
Original file line number Diff line number Diff line change 10
10
slash-command-dispatch :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
13
+ - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
14
14
id : vars
15
15
with :
16
16
script : |
You can’t perform that action at this time.
0 commit comments