We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58b7b4 commit 29bf024Copy full SHA for 29bf024
.github/angular-robot.yml
@@ -29,6 +29,8 @@ merge:
29
checks:
30
# whether the PR shouldn't have a conflict with the base branch
31
noConflict: true
32
+ # whether the PR should have all reviews completed.
33
+ requireReviews: false
34
# 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")
35
requiredLabels:
36
- "target: *"
0 commit comments