From 6c51665c8288140f8416686bac852c8b75e46f73 Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Fri, 19 Jan 2018 20:16:38 +0100 Subject: [PATCH] ci: add github bot config to triage issues (#21672) Fixes #21635 PR Close #21672 --- .github/angular-robot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 49d07481e8..fffd6e2cd8 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -51,3 +51,18 @@ merge: \n**If you want your PR to be merged, it has to pass all the CI checks.** \n \nIf you can't get the PR to a green state due to flakes or broken master, please try rebasing to master and/or restarting the CI job. If that fails and you believe that the issue is not due to your change, please contact the caretaker and ask for help." + +# options for the triage plugin +triage: + # 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" + - "severity" + - "freq" + - "comp:" + - + - "type: feature" + - "comp:"