From 31f455762170a964873fd0d0f8b991aa3a8cf008 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Mon, 24 Aug 2020 15:00:13 +0200 Subject: [PATCH] ci: update github robot to reflect new target labels (#38428) Updates the Github robot to reflect the updated target labels that are used as part of the canonical versioning and labeling for the Angular organization. PR Close #38428 --- .github/angular-robot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 290d1b3234..9d66d5419f 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -94,14 +94,14 @@ merge: # whether the PR shouldn't have a conflict with the base branch noConflict: true - # 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") + # list of labels that a PR needs to have, checked with a regexp (e.g. "target:" will work for the label "target: master") requiredLabels: - - "PR target: *" + - "target: *" - "cla: yes" # list of labels that a PR shouldn't have, checked after the required labels with a regexp forbiddenLabels: - - "PR target: TBD" + - "target: TBD" - "PR action: cleanup" - "PR action: review" - "PR state: blocked"