diff options
| author | David Wood <david.wood@huawei.com> | 2022-08-10 17:13:18 +0100 |
|---|---|---|
| committer | David Wood <david.wood@huawei.com> | 2022-08-15 12:26:38 +0100 |
| commit | a9e61677fc56c664bc4727814564b1390f8a1812 (patch) | |
| tree | fae025cd4957ded561847b76758d5633766a38bc | |
| parent | 510ba031dcf119e81834babf83e671b2cc00416a (diff) | |
| download | rust-a9e61677fc56c664bc4727814564b1390f8a1812.tar.gz rust-a9e61677fc56c664bc4727814564b1390f8a1812.zip | |
triagebot: add mention groups for diag translation
Add mention groups to `triagebot.toml` for diagnostic derive macros and diagnostic translation sources/resources. Signed-off-by: David Wood <david.wood@huawei.com>
| -rw-r--r-- | triagebot.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index ea654192bbf..19f24a3f2ec 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -342,3 +342,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"] |
