File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Extract backport target branch
19- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975
19+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
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@98814c53be79b1d30f795b907e553d8679345975
33+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
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 4747 path : ./pr-linter
4848
4949 - name : Validate PR number
50- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975
50+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
5151 with :
5252 script : |
5353 const prNumber = context.payload.workflow_run.pull_requests[0].number;
Original file line number Diff line number Diff line change 1616 issues : write
1717
1818 steps :
19- - uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975
19+ - uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
2020 id : check-user
2121 with :
2222 script : |
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Calculate branch name
18- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975
18+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
1919 id : calculate-branch-name
2020 with :
2121 result-encoding : string
2727 return `shipped/v${releaseVersion.groups.major}.${releaseVersion.groups.minor}`;
2828
2929 - name : Create or update shipped branch
30- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975
30+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
3131 with :
3232 script : |
3333 const branchName = `${{ steps.calculate-branch-name.outputs.result }}`;
You can’t perform that action at this time.
0 commit comments