diff options
| author | Joshua Nelson <jnelson@cloudflare.com> | 2022-10-18 11:20:49 -0500 |
|---|---|---|
| committer | Joshua Nelson <jnelson@cloudflare.com> | 2022-10-18 11:21:16 -0500 |
| commit | 10f982d328926e6be601685fa4cbf538017ac326 (patch) | |
| tree | 045fb9e9f35ea05d61ff7767a32f4c1aa87fe003 | |
| parent | 1512ce5925eeafc01f011c46216c157e4e5644cb (diff) | |
| download | rust-10f982d328926e6be601685fa4cbf538017ac326.tar.gz rust-10f982d328926e6be601685fa4cbf538017ac326.zip | |
Add some more autolabels
| -rw-r--r-- | triagebot.toml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 4b2dcc246e4..47e2a0840e9 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -181,6 +181,11 @@ trigger_files = [ "x.py", "src/bootstrap", "src/tools/rust-installer", + "configure", + "Cargo.toml", + "Cargo.lock", + "config.toml.example", + "src/stage0.json" ] [autolabel."T-infra"] @@ -203,6 +208,38 @@ trigger_files = [ "compiler/rustc_macros/src/query.rs" ] +[autolabel."A-testsuite"] +trigger_files = [ + "src/test", + "src/ci", + "src/tools/compiletest", + "src/tools/cargotest", + "src/tools/tidy", + "src/tools/remote-test-server", + "src/tools/remote-test-client", + "src/tools/tier-check" +] + +[autolabel."A-meta"] +trigger_files = [ + "triagebot.toml", + "rustfmt.toml", + "LICENSES", + "README.md", + "CONTRIBUTING.md", + ".reuse", + ".mailmap", + ".git-blame-ignore-revs", + ".editorconfig" +] + +[autolabel."T-release"] +trigger_files = [ + "RELEASES.md", + "src/stage0.json", + "src/version" +] + [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts topic = "#{number} {title}" |
