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?
This commit is contained in:
Yuki Okushi 2023-04-05 20:47:21 +09:00 committed by GitHub
commit 630f2fc850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]