about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-05-11 08:00:16 +0200
committerGitHub <noreply@github.com>2024-05-11 08:00:16 +0200
commita4317c4eecc996e3afb98923293b90bf7e34575a (patch)
tree743e53d481c65cd46cdbe65c2251cd8c3372fc43
parent0997891c5461c0efa54ddbc8e052bb1de8f346df (diff)
parente6f961c7626611a38c47d8f569acb13f51594110 (diff)
downloadrust-a4317c4eecc996e3afb98923293b90bf7e34575a.tar.gz
rust-a4317c4eecc996e3afb98923293b90bf7e34575a.zip
Rollup merge of #124994 - saethlin:saethlin-triagebot, r=scottmcm
Add @saethlin to some triagebot groups

I think this is a reasonable approximation of what I can review, and should encourage people to request me.

r? scottmcm
-rw-r--r--triagebot.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index dd6a03faaaf..3dbc60279ef 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -933,11 +933,13 @@ arena = [
 mir = [
     "@davidtwco",
     "@oli-obk",
-    "@matthewjasper"
+    "@matthewjasper",
+    "@saethlin",
 ]
 mir-opt = [
     "@oli-obk",
     "@wesleywiser",
+    "@saethlin",
 ]
 types = [
     "@compiler-errors",
@@ -1003,6 +1005,7 @@ project-exploit-mitigations = [
 "/compiler/rustc_lexer" =                                ["compiler", "lexer"]
 "/compiler/rustc_llvm" =                                 ["@cuviper"]
 "/compiler/rustc_codegen_llvm/src/debuginfo" =           ["compiler", "debuginfo"]
+"/compiler/rustc_codegen_ssa" =                          ["compiler", "@saethlin"]
 "/compiler/rustc_middle/src/mir" =                       ["compiler", "mir"]
 "/compiler/rustc_middle/src/traits" =                    ["compiler", "types"]
 "/compiler/rustc_middle/src/ty" =                        ["compiler", "types"]