Skip to content

Commit 9613660

Browse files
committed
ci: update angular robot to be based on new label updates (angular#38620)
Update the angular robot configuration to reflect the new label updates PR Close angular#38620
1 parent c0523fc commit 9613660

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/angular-robot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ merge:
7777
\nPlease help to unblock it by resolving these conflicts. Thanks!"
7878

7979
# label to monitor
80-
mergeLabel: "PR action: merge"
80+
mergeLabel: "action: merge"
8181

8282
# adding any of these labels will also add the merge label
8383
mergeLinkedLabels:
84-
- "PR action: merge-assistance"
84+
- "action: merge-assistance"
8585

8686
# list of checks that will determine if the merge label can be added
8787
checks:
@@ -102,9 +102,9 @@ merge:
102102
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
103103
forbiddenLabels:
104104
- "target: TBD"
105-
- "PR action: cleanup"
106-
- "PR action: review"
107-
- "PR state: blocked"
105+
- "action: cleanup"
106+
- "action: review"
107+
- "state: blocked"
108108
- "cla: no"
109109

110110
# list of PR statuses that need to be successful
@@ -186,4 +186,4 @@ rerunCircleCI:
186186
# set to true to disable
187187
disabled: false
188188
# the label which when added triggers a rerun of the default CircleCI workflow
189-
triggerRerunLabel: "PR action: rerun CI at HEAD"
189+
triggerRerunLabel: "action: rerun CI at HEAD"

0 commit comments

Comments
 (0)