From b75cf3f70b78e8e77cba9c4e1a5b1a6643422bcd Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Mon, 12 Feb 2018 10:23:26 -0800 Subject: [PATCH] ci: update ngbot config file (#22173) Fixes #22053 PR Close #22173 --- .github/angular-robot.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 210d8dd500..9351df6bd1 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -50,13 +50,15 @@ merge: 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") requiredLabels: - - "PR target:" + - "PR target: *" - "cla: yes" # list of labels that a PR shouldn't have, checked after the required labels with a regexp forbiddenLabels: - "PR target: TBD" - "PR action: cleanup" + - "PR action: review" + - "PR state: blocked" - "cla: no" # list of PR statuses that need to be successful @@ -84,9 +86,15 @@ triage: triagedLabels: - - "type: bug" - - "severity" - - "freq" - - "comp:" + - "severity*" + - "freq*" + - "comp: *" - - "type: feature" - - "comp:" + - "comp: *" + - + - "type: refactor" + - "comp: *" + - + - "type: RFC / Discussion / question" + - "comp: *"