Skip to content

Commit 660e0ea

Browse files
committed
triagebot: label tidy changes with a more specific A-tidy label
1 parent dcfa38f commit 660e0ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

triagebot.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -417,12 +417,16 @@ trigger_files = [
417417
"src/ci",
418418
"src/tools/compiletest",
419419
"src/tools/cargotest",
420-
"src/tools/tidy",
421420
"src/tools/remote-test-server",
422421
"src/tools/remote-test-client",
423422
"src/tools/tier-check"
424423
]
425424

425+
[autolabel."A-tidy"]
426+
trigger_files = [
427+
"src/tools/tidy",
428+
]
429+
426430
[autolabel."A-meta"]
427431
trigger_files = [
428432
"triagebot.toml",

0 commit comments

Comments
 (0)