ci: add github bot config to triage issues (#21672)

Fixes #21635
PR Close #21672
This commit is contained in:
Olivier Combe 2018-01-19 20:16:38 +01:00 committed by Misko Hevery
parent d39d1ce412
commit 6c51665c82
1 changed files with 15 additions and 0 deletions

View File

@ -51,3 +51,18 @@ merge:
\n**If you want your PR to be merged, it has to pass all the CI checks.** \n**If you want your PR to be merged, it has to pass all the CI checks.**
\n \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." \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:"