File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 name : Auto delete branch on merge
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : cloudposse/actions/github/branch-cleanup@0.28 .0
11+ - uses : cloudposse/actions/github/branch-cleanup@0.31 .0
1212 env :
1313 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
1414 NO_BRANCH_DELETED_EXIT_CODE : 0
Original file line number Diff line number Diff line change 4242
4343 # Add reaction to the original comment
4444 - name : Add reaction to the original comment
45- uses : cloudposse/actions/github/create-or-update-comment@0.28 .0
45+ uses : cloudposse/actions/github/create-or-update-comment@0.31 .0
4646 with :
4747 token : ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
4848 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 4040
4141 # Add reaction to the original comment
4242 - name : Add reaction to the original comment
43- uses : cloudposse/actions/github/create-or-update-comment@0.28 .0
43+ uses : cloudposse/actions/github/create-or-update-comment@0.31 .0
4444 with :
4545 token : ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
4646 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 5959 if : github.event.client_payload.github.payload.comment.id != ''
6060 steps :
6161 - name : " Add reaction 👍👎️"
62- uses : cloudposse/actions/github/create-or-update-comment@0.28 .0
62+ uses : cloudposse/actions/github/create-or-update-comment@0.31 .0
6363 with :
6464 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
6565 comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
You can’t perform that action at this time.
0 commit comments