Skip to content

Commit e0c162f

Browse files
authored
Rollup merge of #103204 - jyn514:autolabels, r=Mark-Simulacrum
Add some more autolabels
2 parents 4012538 + 10f982d commit e0c162f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

triagebot.toml

+37
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ trigger_files = [
183183
"x.ps1",
184184
"src/bootstrap",
185185
"src/tools/rust-installer",
186+
"configure",
187+
"Cargo.toml",
188+
"Cargo.lock",
189+
"config.toml.example",
190+
"src/stage0.json"
186191
]
187192

188193
[autolabel."T-infra"]
@@ -210,6 +215,38 @@ trigger_files = [
210215
"compiler/rustc_macros/src/query.rs"
211216
]
212217

218+
[autolabel."A-testsuite"]
219+
trigger_files = [
220+
"src/test",
221+
"src/ci",
222+
"src/tools/compiletest",
223+
"src/tools/cargotest",
224+
"src/tools/tidy",
225+
"src/tools/remote-test-server",
226+
"src/tools/remote-test-client",
227+
"src/tools/tier-check"
228+
]
229+
230+
[autolabel."A-meta"]
231+
trigger_files = [
232+
"triagebot.toml",
233+
"rustfmt.toml",
234+
"LICENSES",
235+
"README.md",
236+
"CONTRIBUTING.md",
237+
".reuse",
238+
".mailmap",
239+
".git-blame-ignore-revs",
240+
".editorconfig"
241+
]
242+
243+
[autolabel."T-release"]
244+
trigger_files = [
245+
"RELEASES.md",
246+
"src/stage0.json",
247+
"src/version"
248+
]
249+
213250
[notify-zulip."I-prioritize"]
214251
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
215252
topic = "#{number} {title}"

0 commit comments

Comments
 (0)