Skip to content

Commit 573f946

Browse files
authored
chore: add pull_request_review trigger to Bonk workflow (#28436)
Reviews submitted via 'Submit review' fire pull_request_review events, not pull_request_review_comment or issue_comment. The Bonk action already handles this event type — this just wires it up as a trigger.
1 parent 445c4d7 commit 573f946

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bonk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
types: [created]
66
pull_request_review_comment:
77
types: [created]
8+
pull_request_review:
9+
types: [submitted]
810

911
concurrency:
1012
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number || github.ref }}

0 commit comments

Comments
 (0)