File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Extract backport target branch
19- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
19+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
2020 id : target-branch-extractor
2121 with :
2222 result-encoding : string
3030
3131 return target_branch[1];
3232 - name : Post backport started comment to pull request
33- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
33+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
3434 with :
3535 script : |
3636 const backport_start_body = `Started backporting to ${{ steps.target-branch-extractor.outputs.result }}: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`;
Original file line number Diff line number Diff line change 6464 # and we want to update that PR.
6565 #
6666 - name : Ensure target ref exists
67- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
67+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
6868 with :
6969 retries : 3
7070 script : |
Original file line number Diff line number Diff line change 1616 issues : write
1717
1818 steps :
19- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
19+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
2020 id : check-user
2121 with :
2222 script : |
You can’t perform that action at this time.
0 commit comments