From 8d324ec314b9bbe6c491f94279ee11238531bfb5 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Thu, 29 Oct 2020 11:21:39 -0700 Subject: [PATCH] ci: update NgBot config to include more labels that indicate that ticket is triaged (#39494) This commit updates the config of NgBot to treat tickets that have "needs clarification" or "needs reproduction" labels on them as triaged. PR Close #39494 --- .github/angular-robot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 7ecd1b6cd0..9c88810a0a 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -165,6 +165,12 @@ triage: - - "discussion" - "comp: *" + - + - "needs clarification" + - "comp: *" + - + - "needs reproduction" + - "comp: *" # options for the triage PR plugin triagePR: