Skip to content

Commit e872297

Browse files
committed
triagebot: adjust some test suite tool autolabels
1 parent dcfa38f commit e872297

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
@@ -415,12 +415,19 @@ trigger_files = [
415415
[autolabel."A-testsuite"]
416416
trigger_files = [
417417
"src/ci",
418-
"src/tools/compiletest",
419418
"src/tools/cargotest",
420-
"src/tools/tidy",
419+
"src/tools/compiletest",
420+
"src/tools/miropt-test-tools",
421421
"src/tools/remote-test-server",
422422
"src/tools/remote-test-client",
423-
"src/tools/tier-check"
423+
"src/tools/rustdoc-gui-test",
424+
"src/tools/suggest-tests",
425+
"src/tools/tier-check",
426+
]
427+
428+
[autolabel."A-tidy"]
429+
trigger_files = [
430+
"src/tools/tidy",
424431
]
425432

426433
[autolabel."A-meta"]

0 commit comments

Comments
 (0)