Skip to content

Commit a21238c

Browse files
committed
Autotag library PRs with T-libs
1 parent 327caac commit a21238c

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)