about summary refs log tree commit diff
diff options
context:
space:
mode:
authorwaffle <waffle.lapkin@gmail.com>2025-03-06 17:16:00 +0100
committerWaffle Lapkin <waffle.lapkin@gmail.com>2025-03-06 19:21:56 +0100
commit5143638e5150b51038009f95d64e541dc6ecac5f (patch)
treef2fe59cfdfa3fee7fbe036e8d93b029bea613df4
parent30f168ef811aec63124eac677e14699baa9395bd (diff)
downloadrust-5143638e5150b51038009f95d64e541dc6ecac5f.tar.gz
rust-5143638e5150b51038009f95d64e541dc6ecac5f.zip
Mention me (WaffleLapkin) when changes to `rustc_codegen_ssa` occur
-rw-r--r--triagebot.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index ff789e6e362..3ae93e31814 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"]