From 65f26b9c0977a615152eeee694cd71e9f63104ff Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 1 May 2018 12:14:13 -0700 Subject: [PATCH] chore: do not require reviews for material github bot --- .github/angular-robot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index b110aeb1aec2..d6634eb0dba0 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -29,6 +29,8 @@ merge: checks: # whether the PR shouldn't have a conflict with the base branch noConflict: true + # whether the PR should have all reviews completed. + 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: *"