From 8d34364ff5dcc00b476fc617ca9ba3c86aee0619 Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Mon, 26 Feb 2018 16:17:30 +0100 Subject: [PATCH] ci: update github bot config (#22453) PR Close #22453 --- .github/angular-robot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 9351df6bd1..40eda24d69 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -80,12 +80,14 @@ merge: # options for the triage plugin triage: + # number of the milestone to apply when the issue has not been triaged yet + needsTriageMilestone: 83, # number of the milestone to apply when the issue is triaged defaultMilestone: 82, # arrays of labels that determine if an issue is triaged triagedLabels: - - - "type: bug" + - "type: bug/fix" - "severity*" - "freq*" - "comp: *"