Skip to content

Commit ab1204d

Browse files
chore: require merge ready label for angular robot (#11161)
1 parent 37193d8 commit ab1204d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/angular-robot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ merge:
3838
# 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")
3939
requiredLabels:
4040
- "target: *"
41+
- "pr: merge ready"
4142
- "cla: yes"
4243

4344
# list of labels that a PR shouldn't have, checked after the required labels with a regexp

0 commit comments

Comments
 (0)