Skip to content

Commit 9dc5e8e

Browse files
atscottAndrewKushnir
authored andcommitted
refactor(dev-infra): allow use-case and confusing types to be marked as 'triaged' (angular#38081)
Some issue reports don't really fall into any of the current buckets that count towards triage level 2: bug/fix, feature, or refactor. Some reports are: * working as intended but confusing - the labels might be 'type: confusing', 'comp: docs', 'comp: router' * generally working as originally designed but a use-case could be argued for a different implementation. This type of report is a little hard to triage; it may be neither a bug, nor feature but more of a 'type: use-case'. These may eventually turn into a bug/fix or feature, but can't necessarily be put in those buckets immediately. PR Close angular#38081
1 parent 1a7a736 commit 9dc5e8e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/angular-robot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ triage:
154154
-
155155
- "type: RFC / Discussion / question"
156156
- "comp: *"
157+
-
158+
- "type: confusing"
159+
- "comp: *"
160+
-
161+
- "type: use-case"
162+
- "comp: *"
157163

158164
# options for the triage PR plugin
159165
triagePR:

0 commit comments

Comments
 (0)