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
This commit is contained in:
Matthias Krüger 2024-05-11 08:00:16 +02:00 committed by GitHub
commit a4317c4eec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]