Skip to content

Commit a9e6167

Browse files
committed
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 <[email protected]>
1 parent 510ba03 commit a9e6167

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

triagebot.toml

+12
Original file line numberDiff line numberDiff line change
@@ -342,3 +342,15 @@ cc = ["@rust-lang/rustfmt"]
342342
[mentions."compiler/rustc_middle/src/mir/syntax.rs"]
343343
message = "This PR changes MIR"
344344
cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@celinval", "@vakaras"]
345+
346+
[mentions."compiler/rustc_error_messages"]
347+
message = "`rustc_error_messages` was changed"
348+
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank"]
349+
350+
[mentions."compiler/rustc_errors/src/translation.rs"]
351+
message = "`rustc_errors::translation` was changed"
352+
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank"]
353+
354+
[mentions."compiler/rustc_macros/src/diagnostics"]
355+
message = "`rustc_macros::diagnostics` was changed"
356+
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank"]

0 commit comments

Comments
 (0)