Skip to content

Commit f6d3403

Browse files
committed
review-checklist: update checklist on reviewer add/remove
Adding or removing a reviewer did not trigger a workflow run, leaving the checklist comment stale until the next push. Add review_requested and review_request_removed to the pull_request_target activity types so the checklist updates immediately when a reviewer is manually added or removed.
1 parent fb5aec3 commit f6d3403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/review-checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
# Safe: checkout has no ref: override so the base branch (develop) is always
2424
# used — the fork's code is never checked out or executed.
2525
pull_request_target:
26-
types: [opened, synchronize, reopened]
26+
types: [opened, synchronize, reopened, review_requested, review_request_removed]
2727
branches: [develop]
2828
workflow_run:
2929
workflows: ["Review Checklist (gather)"]

0 commit comments

Comments
 (0)