X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=04c2a0507acc8fd0af2e6e966cc24979a6608efa;hb=9926f6e4274af539b8961e7d6115021171766db6;hp=d358e59c2452549c678126b6a0e53c1b1d4ec7c9;hpb=c99a603b87a4f333541d54ad119eaafe35ae9a61;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index d358e59c245..04c2a0507ac 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,37 @@ trigger_files = [ "compiler/rustc_macros/src/query.rs" ] +[autolabel."A-testsuite"] +trigger_files = [ + "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}"