You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case: When we create a PR, we request review from one or two peers. It would be nice to wait for all of them to approve the PR before merging.
Solution proposal: Add option "maxPendingReviews". Settings that to 0 would require all of the reviewers to either approve or request changes to the PR. Combining it with setting "maxRequestedChanges" to 0 would require every reviewer to approve the PR.
Use case: When we create a PR, we request review from one or two peers. It would be nice to wait for all of them to approve the PR before merging.
Solution proposal: Add option "maxPendingReviews". Settings that to 0 would require all of the reviewers to either approve or request changes to the PR. Combining it with setting "maxRequestedChanges" to 0 would require every reviewer to approve the PR.
For example
The text was updated successfully, but these errors were encountered: