Skip to content

Commit 7b801a8

Browse files
committed
triagebot: adjust some test suite tool autolabels
1 parent fb546ee commit 7b801a8

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
@@ -414,13 +414,20 @@ trigger_files = [
414414

415415
[autolabel."A-testsuite"]
416416
trigger_files = [
417+
"src/bootstrap/src/core/build_steps/test.rs",
417418
"src/ci",
418-
"src/tools/compiletest",
419419
"src/tools/cargotest",
420-
"src/tools/tidy",
420+
"src/tools/compiletest",
421+
"src/tools/miropt-test-tools",
421422
"src/tools/remote-test-server",
422423
"src/tools/remote-test-client",
423-
"src/tools/tier-check"
424+
"src/tools/rustdoc-gui-test",
425+
"src/tools/suggest-tests",
426+
]
427+
428+
[autolabel."A-tidy"]
429+
trigger_files = [
430+
"src/tools/tidy",
424431
]
425432

426433
[autolabel."A-meta"]

0 commit comments

Comments
 (0)