Skip to content

Commit 876d599

Browse files
Rollup merge of #99132 - jyn514:autolabel, r=Mark-Simulacrum
Add some autolabels for A-bootstrap and T-infra
2 parents 8a48557 + bfb3afe commit 876d599

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

triagebot.toml

+13
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,19 @@ exclude_labels = [
165165
"T-*",
166166
]
167167

168+
[autolabel."A-bootstrap"]
169+
trigger_files = [
170+
"x.py",
171+
"src/bootstrap",
172+
"src/tools/rust-installer",
173+
]
174+
175+
[autolabel."T-infra"]
176+
trigger_files = [
177+
"src/ci",
178+
"src/tools/bump-stage0",
179+
]
180+
168181
[notify-zulip."I-prioritize"]
169182
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
170183
topic = "#{number} {title}"

0 commit comments

Comments
 (0)