ci: update angular robot to be based on new label updates (#38620)

Update the angular robot configuration to reflect the new label updates

PR Close #38620
This commit is contained in:
Joey Perrott 2020-08-27 15:06:22 -07:00
parent c0523fc3b4
commit 9613660fee
1 changed files with 6 additions and 6 deletions

View File

@ -77,11 +77,11 @@ merge:
\nPlease help to unblock it by resolving these conflicts. Thanks!"
# label to monitor
mergeLabel: "PR action: merge"
mergeLabel: "action: merge"
# adding any of these labels will also add the merge label
mergeLinkedLabels:
- "PR action: merge-assistance"
- "action: merge-assistance"
# list of checks that will determine if the merge label can be added
checks:
@ -102,9 +102,9 @@ merge:
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
forbiddenLabels:
- "target: TBD"
- "PR action: cleanup"
- "PR action: review"
- "PR state: blocked"
- "action: cleanup"
- "action: review"
- "state: blocked"
- "cla: no"
# list of PR statuses that need to be successful
@ -186,4 +186,4 @@ rerunCircleCI:
# set to true to disable
disabled: false
# the label which when added triggers a rerun of the default CircleCI workflow
triggerRerunLabel: "PR action: rerun CI at HEAD"
triggerRerunLabel: "action: rerun CI at HEAD"