Add T-bootstrap label to tools

This commit is contained in:
Albert Larsan 2023-01-23 18:34:10 +00:00
parent 8d321f7a88
commit 96102c7725
No known key found for this signature in database
GPG Key ID: 92709B88BB8F13EA
1 changed files with 5 additions and 1 deletions

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