From 308b00d331e97e01cca64c4398acbedb0e2dd9d6 Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Mon, 29 Mar 2021 10:52:22 -0700 Subject: [PATCH] build: don't require all reviewers to approve PRs 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. --- .github/angular-robot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 06444faf315e..3c94ce383cf4 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -40,7 +40,7 @@ merge: # whether the PR shouldn't have a conflict with the base branch noConflict: true # whether the PR should have all reviews completed. - requireReviews: true + requireReviews: false # 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") requiredLabels: - "target: *"