X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=49a59806b7f102f40e49b4e3349aeeee3c5b0061;hb=2cc4a0aad72752a4d485ced76bab677620f088b8;hp=d358e59c2452549c678126b6a0e53c1b1d4ec7c9;hpb=919d6bf4468a1e884b2098dc46d2c5424f4497d7;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index d358e59c245..49a59806b7f 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -179,8 +179,15 @@ exclude_labels = [ [autolabel."A-bootstrap"] trigger_files = [ "x.py", + "x", + "x.ps1", "src/bootstrap", "src/tools/rust-installer", + "configure", + "Cargo.toml", + "Cargo.lock", + "config.toml.example", + "src/stage0.json" ] [autolabel."T-infra"] @@ -189,6 +196,11 @@ trigger_files = [ "src/tools/bump-stage0", ] +[autolabel."T-style"] +trigger_files = [ + "src/doc/style-guide", +] + [autolabel."A-translation"] trigger_files = [ "compiler/rustc_error_messages", @@ -203,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}"