Skip to content

Commit aff4cd5

Browse files
authored
Unrolled build for rust-lang#135194
Rollup merge of rust-lang#135194 - jieyouxu:update-tidy-label, r=onur-ozkan triagebot: mark tidy changes with a more specific `A-tidy` label r? `@onur-ozkan`
2 parents a580b5c + 7b801a8 commit aff4cd5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

triagebot.toml

+10-3
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,20 @@ trigger_files = [
420420

421421
[autolabel."A-testsuite"]
422422
trigger_files = [
423+
"src/bootstrap/src/core/build_steps/test.rs",
423424
"src/ci",
424-
"src/tools/compiletest",
425425
"src/tools/cargotest",
426-
"src/tools/tidy",
426+
"src/tools/compiletest",
427+
"src/tools/miropt-test-tools",
427428
"src/tools/remote-test-server",
428429
"src/tools/remote-test-client",
429-
"src/tools/tier-check"
430+
"src/tools/rustdoc-gui-test",
431+
"src/tools/suggest-tests",
432+
]
433+
434+
[autolabel."A-tidy"]
435+
trigger_files = [
436+
"src/tools/tidy",
430437
]
431438

432439
[autolabel."A-meta"]

0 commit comments

Comments
 (0)