Skip to content

Commit bdbc398

Browse files
authored
Rollup merge of #95986 - yaahc:libs-autolabel, r=Mark-Simulacrum
Autolabel library PRs with T-libs Continuation of rust-lang/highfive#389 We're trying to improve the libs team review structure and part of that is defaulting PRs to the T-libs team to act as a mini-triage team for all the libs teams / project groups. Highfive doesn't do issue tagging so we will rely on triagebot to pre-triage for t-libs to post-triage :)
2 parents e96304b + a21238c commit bdbc398

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

triagebot.toml

+15
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,21 @@ exclude_labels = [
136136
"T-*",
137137
]
138138

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+
139154
[notify-zulip."I-prioritize"]
140155
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
141156
topic = "#{number} {title}"

0 commit comments

Comments
 (0)