From 5143638e5150b51038009f95d64e541dc6ecac5f Mon Sep 17 00:00:00 2001 From: waffle Date: Thu, 6 Mar 2025 17:16:00 +0100 Subject: [PATCH] Mention me (WaffleLapkin) when changes to `rustc_codegen_ssa` occur --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index ff789e6e36265..3ae93e31814c5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -701,6 +701,9 @@ cc = ["@davidtwco", "@wesleywiser"] [mentions."compiler/rustc_codegen_cranelift"] cc = ["@bjorn3"] +[mentions."compiler/rustc_codegen_ssa"] +cc = ["@WaffleLapkin"] + [mentions."compiler/rustc_codegen_gcc"] cc = ["@antoyo", "@GuillaumeGomez"]