Skip to content

Commit 29bf024

Browse files
chore: do not require reviews for material github bot (#11095)
1 parent b58b7b4 commit 29bf024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/angular-robot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ merge:
2929
checks:
3030
# whether the PR shouldn't have a conflict with the base branch
3131
noConflict: true
32+
# whether the PR should have all reviews completed.
33+
requireReviews: false
3234
# 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")
3335
requiredLabels:
3436
- "target: *"

0 commit comments

Comments
 (0)