diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-01-08 18:21:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-08 18:21:00 +0100 |
| commit | b87a00488f254acaf943022f4bb958dcb50be9f6 (patch) | |
| tree | 9bd9c74e520766099ee916ce4f46ab951fea1ad2 | |
| parent | f92a5ed5b42c5ea551b6708bdd06557973ba7d76 (diff) | |
| parent | 7b801a845429abcdc966def8f2865e7a65188d42 (diff) | |
| download | rust-b87a00488f254acaf943022f4bb958dcb50be9f6.tar.gz rust-b87a00488f254acaf943022f4bb958dcb50be9f6.zip | |
Rollup merge of #135194 - jieyouxu:update-tidy-label, r=onur-ozkan
triagebot: mark tidy changes with a more specific `A-tidy` label r? `@onur-ozkan`
| -rw-r--r-- | triagebot.toml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/triagebot.toml b/triagebot.toml index 7241b448c48..67412d9e60b 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -420,13 +420,20 @@ trigger_files = [ [autolabel."A-testsuite"] trigger_files = [ + "src/bootstrap/src/core/build_steps/test.rs", "src/ci", - "src/tools/compiletest", "src/tools/cargotest", - "src/tools/tidy", + "src/tools/compiletest", + "src/tools/miropt-test-tools", "src/tools/remote-test-server", "src/tools/remote-test-client", - "src/tools/tier-check" + "src/tools/rustdoc-gui-test", + "src/tools/suggest-tests", +] + +[autolabel."A-tidy"] +trigger_files = [ + "src/tools/tidy", ] [autolabel."A-meta"] |
