diff options
| author | Joshua Nelson <jnelson@cloudflare.com> | 2022-07-10 17:32:37 -0500 |
|---|---|---|
| committer | Joshua Nelson <jnelson@cloudflare.com> | 2022-07-10 17:32:37 -0500 |
| commit | bfb3afe893ceea7451340a373da2dfc7b0e361a6 (patch) | |
| tree | 75f85627483af48acd4fa650ed3847dc6dc6cfde | |
| parent | 17355a3b9f30e16870a1890033bd13463c664f81 (diff) | |
| download | rust-bfb3afe893ceea7451340a373da2dfc7b0e361a6.tar.gz rust-bfb3afe893ceea7451340a373da2dfc7b0e361a6.zip | |
Add some autolabels for A-bootstrap and T-infra
| -rw-r--r-- | triagebot.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index ba9ed20cc64..8d9fab84ca1 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -165,6 +165,19 @@ exclude_labels = [ "T-*", ] +[autolabel."A-bootstrap"] +trigger_files = [ + "x.py", + "src/bootstrap", + "src/tools/rust-installer", +] + +[autolabel."T-infra"] +trigger_files = [ + "src/ci", + "src/tools/bump-stage0", +] + [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts topic = "#{number} {title}" |
