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 9292
9393 - name : create preview link comment
9494 if : success()
95- uses : peter-evans/create-or-update-comment@v4
95+ uses : peter-evans/create-or-update-comment@v5
9696 with :
9797 token : ${{ steps.generate_token.outputs.token }}
9898 issue-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 6262
6363 - name : if the PR title and body fail `commitlint`, post or update a comment
6464 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
6666 with :
6767 issue-number : ${{ github.event.pull_request.number }}
6868 comment-id : ${{ steps.find-comment.outputs.comment-id }}
8787
8888 - name : If commitlint now passes, and comment exists, update it
8989 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
9191 with :
9292 issue-number : ${{ github.event.pull_request.number }}
9393 comment-id : ${{ steps.find-comment.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments