Skip to content

Commit 6c51665

Browse files
ocombemhevery
authored andcommitted
ci: add github bot config to triage issues (angular#21672)
Fixes angular#21635 PR Close angular#21672
1 parent d39d1ce commit 6c51665

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/angular-robot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,18 @@ merge:
5151
\n**If you want your PR to be merged, it has to pass all the CI checks.**
5252
\n
5353
\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."
54+
55+
# options for the triage plugin
56+
triage:
57+
# number of the milestone to apply when the issue is triaged
58+
defaultMilestone: 82,
59+
# arrays of labels that determine if an issue is triaged
60+
triagedLabels:
61+
-
62+
- "type: bug"
63+
- "severity"
64+
- "freq"
65+
- "comp:"
66+
-
67+
- "type: feature"
68+
- "comp:"

0 commit comments

Comments
 (0)