From 9613660fee0a314969ee8ec5c0625e1c9a90930d Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 27 Aug 2020 15:06:22 -0700 Subject: [PATCH] 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 --- .github/angular-robot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 9d66d5419f..5df1273332 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -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"