mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
* review-checklist: show non-CODEOWNER reviewer when no owner is assigned If the only assigned CODEOWNER is removed and a non-CODEOWNER is manually added in their place, that person previously got no checklist mention and their approval did not check the box. For any area with no CODEOWNER in the requested set, fall back to non-CODEOWNER reviewers (anyone assigned who is not an owner of any touched area). They are shown in the mention and their approval counts as sign-off for that area. * 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.