diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2023-04-05 20:47:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-05 20:47:21 +0900 |
| commit | 630f2fc850006394061256bdc66b6ee646f73a54 (patch) | |
| tree | 86d07ee7853271c879031e455f7d3f3b738dc1b5 | |
| parent | 90a9f69c80812c8694959c1f2d5c336e3300d1e2 (diff) | |
| parent | 96102c7725e485f6222afedbfa5d381dc1e1219f (diff) | |
| download | rust-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.toml | 6 |
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"] |
