File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 run : $SCRIPT_DIR/get_backport_type.sh
4646 shell : bash
4747 - name : Failed reaction
48- uses : peter-evans/create-or-update-comment@v4
48+ uses : peter-evans/create-or-update-comment@v5
4949 if : failure()
5050 with :
5151 token : ${{ env.ACTIONS_BOT_TOKEN }}
@@ -265,15 +265,15 @@ jobs:
265265 shell : bash
266266 - name : Add reaction
267267 if : steps.pr_details.outcome == 'success' || steps.load_ai_handoff.outcome == 'success'
268- uses : peter-evans/create-or-update-comment@v4
268+ uses : peter-evans/create-or-update-comment@v5
269269 with :
270270 token : ${{ env.ACTIONS_BOT_TOKEN }}
271271 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
272272 comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
273273 reactions : hooray
274274 - name : Failed reaction
275275 if : always() && steps.pr_details.outcome == 'failure' && steps.load_ai_handoff.outcome != 'success'
276- uses : peter-evans/create-or-update-comment@v4
276+ uses : peter-evans/create-or-update-comment@v5
277277 with :
278278 token : ${{ env.ACTIONS_BOT_TOKEN }}
279279 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 4949 buildkite_pipeline : redpanda
5050 command : ${{ github.event.client_payload.slash_command.command }}
5151 - name : Success reaction
52- uses : peter-evans/create-or-update-comment@v4
52+ uses : peter-evans/create-or-update-comment@v5
5353 with :
5454 token : ${{ env.ACTIONS_BOT_TOKEN }}
5555 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
You can’t perform that action at this time.
0 commit comments