We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327caac commit a21238cCopy full SHA for a21238c
triagebot.toml
@@ -136,6 +136,21 @@ exclude_labels = [
136
"T-*",
137
]
138
139
+[autolabel."T-libs"]
140
+trigger_files = [
141
+ "library/alloc",
142
+ "library/core",
143
+ "library/panic_abort",
144
+ "library/panic_unwind",
145
+ "library/std",
146
+ "library/stdarch",
147
+ "library/term",
148
+ "library/test",
149
+]
150
+exclude_labels = [
151
+ "T-*",
152
153
+
154
[notify-zulip."I-prioritize"]
155
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
156
topic = "#{number} {title}"
0 commit comments