File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 echo "gha_url=https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}" >> $GITHUB_ENV
1515 - name : Send build failure comment
1616 if : failure()
17- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
17+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
1818 with :
1919 result-encoding : string
2020 script : |
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 if : github.event.issue.pull_request && endsWith(github.event.comment.body, '/wr')
3333 steps :
34- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
34+ - uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
3535 with :
3636 script : |
3737 github.rest.issues.addLabels({
Original file line number Diff line number Diff line change 1313 remove-label :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
16+ - uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
1717 env :
1818 REMOVE_LABEL : ${{ inputs.label-name }}
1919 with :
You can’t perform that action at this time.
0 commit comments