File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Create pull request for ${{ github.event.client_payload.ReleaseBranchName }}
2424 id : create-pr
25- uses : actions/github-script@v7
25+ uses : actions/github-script@v8
2626 with :
2727 github-token : ${{secrets.GITHUB_TOKEN}}
2828 script : |
5151 }
5252
5353 - name : Request reviewers
54- uses : actions/github-script@v7
54+ uses : actions/github-script@v8
5555 with :
5656 github-token : ${{secrets.PRAPPROVAL_SECRET}}
5757 script : |
Original file line number Diff line number Diff line change 2424 sleep 30
2525
2626 - name : Approve pull request by GitHub-Actions bot
27- uses : actions/github-script@v7
27+ uses : actions/github-script@v8
2828 with :
2929 github-token : ${{secrets.PRAPPROVAL_SECRET}}
3030 script : |
3636 });
3737
3838 - name : Merge pull request for ${{ github.event.client_payload.ReleaseBranchName }}
39- uses : actions/github-script@v7
39+ uses : actions/github-script@v8
4040 with :
4141 github-token : ${{secrets.GITHUB_TOKEN}}
4242 script : |
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Update release for ${{ github.event.client_payload.ReleaseBranchName }}
14- uses : actions/github-script@v7
14+ uses : actions/github-script@v8
1515 with :
1616 github-token : ${{secrets.GITHUB_TOKEN}}
1717 script : |
You can’t perform that action at this time.
0 commit comments