diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-10-18 21:18:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-18 21:18:48 +0200 |
| commit | e0c162ff02b6fea4bee9a3b89aca6751e7a46fa1 (patch) | |
| tree | 8f50224551f73855e7f868e27b7a589d921ff97d | |
| parent | 4012538cf607780d4021f73f69c6b8ed40f36904 (diff) | |
| parent | 10f982d328926e6be601685fa4cbf538017ac326 (diff) | |
| download | rust-e0c162ff02b6fea4bee9a3b89aca6751e7a46fa1.tar.gz rust-e0c162ff02b6fea4bee9a3b89aca6751e7a46fa1.zip | |
Rollup merge of #103204 - jyn514:autolabels, r=Mark-Simulacrum
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 69bd4939409..49a59806b7f 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -183,6 +183,11 @@ trigger_files = [ "x.ps1", "src/bootstrap", "src/tools/rust-installer", + "configure", + "Cargo.toml", + "Cargo.lock", + "config.toml.example", + "src/stage0.json" ] [autolabel."T-infra"] @@ -210,6 +215,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}" |
