We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A-tidy
1 parent dcfa38f commit 660e0eaCopy full SHA for 660e0ea
triagebot.toml
@@ -417,12 +417,16 @@ trigger_files = [
417
"src/ci",
418
"src/tools/compiletest",
419
"src/tools/cargotest",
420
- "src/tools/tidy",
421
"src/tools/remote-test-server",
422
"src/tools/remote-test-client",
423
"src/tools/tier-check"
424
]
425
+[autolabel."A-tidy"]
426
+trigger_files = [
427
+ "src/tools/tidy",
428
+]
429
+
430
[autolabel."A-meta"]
431
trigger_files = [
432
"triagebot.toml",
0 commit comments