WIP: pr: enforce all maintainer approvals when ReviewRequired is true #154
Reference in New Issue
Block a user
Delete Branch "pr-review-required-tweak"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
maintainers (excluding the submitter) when ReviewRequired is enabled.
rejections by adding IsRejectedBy and restricting IsReviewedBy to
the APPROVED state.
FindMissingAndExtraReviewers; ensure requests remain active if
ReviewRequired is true and approvals are still missing.
other redundant review requests.
Analysis Summary
The failures in test_006 and test_007 were caused by two primary logic bugs:
pr: enforce all maintainer approvals when ReviewRequired is trueto WIP: pr: enforce all maintainer approvals when ReviewRequired is trueclosing for now, it doesn't look that the problem is fixed.
Pull request closed