X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=b7532e016b68ea0a443cf80f8d60e2c331585fdc;hb=1e93994b4d20a9827874a69972026107e0d41bb1;hp=ea654192bbf78df611327bd165fe796b1887d7f7;hpb=3357470fb73d6a6dbf636ec96e5eb4936cfe29f8;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index ea654192bbf..b7532e016b6 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -178,6 +178,13 @@ trigger_files = [ "src/tools/bump-stage0", ] +[autolabel."A-translation"] +trigger_files = [ + "compiler/rustc_error_messages", + "compiler/rustc_errors/src/translation.rs", + "compiler/rustc_macros/src/diagnostics" +] + [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts topic = "#{number} {title}" @@ -342,3 +349,15 @@ cc = ["@rust-lang/rustfmt"] [mentions."compiler/rustc_middle/src/mir/syntax.rs"] message = "This PR changes MIR" cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@celinval", "@vakaras"] + +[mentions."compiler/rustc_error_messages"] +message = "`rustc_error_messages` was changed" +cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank"] + +[mentions."compiler/rustc_errors/src/translation.rs"] +message = "`rustc_errors::translation` was changed" +cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank"] + +[mentions."compiler/rustc_macros/src/diagnostics"] +message = "`rustc_macros::diagnostics` was changed" +cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank"]