diff options
| author | Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> | 2023-01-23 18:34:10 +0000 |
|---|---|---|
| committer | Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> | 2023-04-05 05:59:21 +0000 |
| commit | 96102c7725e485f6222afedbfa5d381dc1e1219f (patch) | |
| tree | 187e69068d264cd6c7c01407dc1f2ac3473af385 | |
| parent | 8d321f7a88f0ae27793c133390e507bf1f49125a (diff) | |
| download | rust-96102c7725e485f6222afedbfa5d381dc1e1219f.tar.gz rust-96102c7725e485f6222afedbfa5d381dc1e1219f.zip | |
Add T-bootstrap label to tools
| -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"] |
