X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=b7532e016b68ea0a443cf80f8d60e2c331585fdc;hb=add04f93defe876ff75c6957878dc3c57254a994;hp=ea654192bbf78df611327bd165fe796b1887d7f7;hpb=20a5e9fd7cdf3f9b3e60f1f4d52148b5ff45819e;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"]