From a43b80a4c95e8218717547ba1cb247cb7b346fca Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Tue, 16 Oct 2018 17:19:24 +0200 Subject: [PATCH] ci: add triage PRs config for the ngbot (#26477) PR Close #26477 --- .github/angular-robot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 2220e50c72..f1931ebb06 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -124,3 +124,23 @@ triage: - - "type: RFC / Discussion / question" - "comp: *" + +# options for the triage PR plugin +triagePR: + # set to true to disable + disabled: false + # number of the milestone to apply when the PR has not been triaged yet + needsTriageMilestone: 83, + # number of the milestone to apply when the PR is triaged + defaultMilestone: 82, + # arrays of labels that determine if a PR has been triaged by the caretaker + l1TriageLabels: + - + - "comp: *" + # arrays of labels that determine if a PR has been fully triaged + l2TriageLabels: + - + - "type: *" + - "effort*" + - "risk*" + - "comp: *"