about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2023-04-05 20:47:21 +0900
committerGitHub <noreply@github.com>2023-04-05 20:47:21 +0900
commit630f2fc850006394061256bdc66b6ee646f73a54 (patch)
tree86d07ee7853271c879031e455f7d3f3b738dc1b5
parent90a9f69c80812c8694959c1f2d5c336e3300d1e2 (diff)
parent96102c7725e485f6222afedbfa5d381dc1e1219f (diff)
downloadrust-630f2fc850006394061256bdc66b6ee646f73a54.tar.gz
rust-630f2fc850006394061256bdc66b6ee646f73a54.zip
Rollup merge of #107236 - albertlarsan68:move-tidy-to-bootstrap, r=jyn514
Add T-bootstrap label to tools

cc `@rust-lang/bootstrap:`

### Unresolved questions:

- [ ] Do we want to keep the A-testsuite on those?
- [ ] Do we want all of those tools to be ours?
-rw-r--r--triagebot.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 20a8be283b9..2d7be7d1273 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -186,13 +186,17 @@ trigger_files = [
     "configure",
     "Cargo.toml",
     "config.example.toml",
-    "src/stage0.json"
+    "src/stage0.json",
+    "src/tools/compiletest",
+    "src/tools/tidy",
 ]
 
 [autolabel."T-infra"]
 trigger_files = [
     "src/ci",
     "src/tools/bump-stage0",
+    "src/tools/cargotest",
+    "src/tools/tier-check",
 ]
 
 [autolabel."T-style"]