This repository was archived by the owner on May 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 99 issue_comment :
1010 types : created
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 rebase :
1417 runs-on : ubuntu-latest
18+ permissions :
19+ contents : none
1520
1621 # On pull requests and if the comment starts with `/rebase`
1722 if : github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/rebase')
1823
1924 steps :
2025 - name : Add reaction on start
21- uses : peter-evans/create-or-update-comment@v1
26+ uses : peter-evans/create-or-update-comment@v2
2227 with :
2328 token : ${{ secrets.COMMAND_BOT_PAT }}
2429 repository : ${{ github.event.repository.full_name }}
@@ -32,12 +37,12 @@ jobs:
3237 token : ${{ secrets.COMMAND_BOT_PAT }}
3338
3439 - name : Automatic Rebase
35- uses : cirrus-actions/rebase@1.5
40+ uses : cirrus-actions/rebase@1.7
3641 env :
3742 GITHUB_TOKEN : ${{ secrets.COMMAND_BOT_PAT }}
3843
3944 - name : Add reaction on failure
40- uses : peter-evans/create-or-update-comment@v1
45+ uses : peter-evans/create-or-update-comment@v2
4146 if : failure()
4247 with :
4348 token : ${{ secrets.COMMAND_BOT_PAT }}
You can’t perform that action at this time.
0 commit comments