Skip to content

Commit 48e22f3

Browse files
authored
build: don't require all reviewers to approve PRs (#22363)
This setting has been causing friction on PRs, requiring reviewers to be manually approved. The "merge ready" label should only be applied once a PR is approved.
1 parent bf35028 commit 48e22f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/angular-robot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ merge:
4040
# whether the PR shouldn't have a conflict with the base branch
4141
noConflict: true
4242
# whether the PR should have all reviews completed.
43-
requireReviews: true
43+
requireReviews: false
4444
# list of labels that a PR needs to have, checked with a regexp (e.g. "PR target:" will work for the label "PR target: master")
4545
requiredLabels:
4646
- "target: *"

0 commit comments

Comments
 (0)