File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-20.04
15
15
steps :
16
16
- name : Extract backport target branch
17
- uses : actions/github-script@v3
17
+ uses : actions/github-script@v6
18
18
id : target-branch-extractor
19
19
with :
20
20
result-encoding : string
28
28
29
29
return target_branch[1];
30
30
- name : Post backport started comment to pull request
31
- uses : actions/github-script@v3
31
+ uses : actions/github-script@v6
32
32
with :
33
33
script : |
34
34
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 16
16
with :
17
17
fetch-depth : 0
18
18
- name : Post rebase started comment to pull request
19
- uses : actions/github-script@v3
19
+ uses : actions/github-script@v6
20
20
with :
21
21
script : |
22
22
const backport_start_body = `Started rebase: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`;
You can’t perform that action at this time.
0 commit comments