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 92
92
93
93
- name : create preview link comment
94
94
if : success()
95
- uses : peter-evans/create-or-update-comment@v4
95
+ uses : peter-evans/create-or-update-comment@v5
96
96
with :
97
97
token : ${{ steps.generate_token.outputs.token }}
98
98
issue-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 62
62
63
63
- name : if the PR title and body fail `commitlint`, post or update a comment
64
64
if : needs.verify-commitlint.outputs.failed == '1'
65
- uses : peter-evans/create-or-update-comment@v4
65
+ uses : peter-evans/create-or-update-comment@v5
66
66
with :
67
67
issue-number : ${{ github.event.pull_request.number }}
68
68
comment-id : ${{ steps.find-comment.outputs.comment-id }}
87
87
88
88
- name : If commitlint now passes, and comment exists, update it
89
89
if : needs.verify-commitlint.outputs.failed == '0' && steps.find-comment.outputs.comment-id != ''
90
- uses : peter-evans/create-or-update-comment@v4
90
+ uses : peter-evans/create-or-update-comment@v5
91
91
with :
92
92
issue-number : ${{ github.event.pull_request.number }}
93
93
comment-id : ${{ steps.find-comment.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments