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 8
8
name : Auto delete branch on merge
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : cloudposse/actions/github/branch-cleanup@0.28 .0
11
+ - uses : cloudposse/actions/github/branch-cleanup@0.29 .0
12
12
env :
13
13
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
14
14
NO_BRANCH_DELETED_EXIT_CODE : 0
Original file line number Diff line number Diff line change 42
42
43
43
# Add reaction to the original comment
44
44
- 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.29 .0
46
46
with :
47
47
token : ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
48
48
repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 40
40
41
41
# Add reaction to the original comment
42
42
- 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.29 .0
44
44
with :
45
45
token : ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
46
46
repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 59
59
if : github.event.client_payload.github.payload.comment.id != ''
60
60
steps :
61
61
- 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.29 .0
63
63
with :
64
64
repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
65
65
comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
You can’t perform that action at this time.
0 commit comments