Skip to content

Commit 048824b

Browse files
triagebot: add codegen reviewers
1 parent 6503543 commit 048824b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

triagebot.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,11 @@ docs = [
10381038
"@ehuss",
10391039
"@GuillaumeGomez",
10401040
]
1041+
1042+
codegen = [
1043+
"@saethlin",
1044+
"@workingjubilee",
1045+
]
10411046
query-system = [
10421047
"@cjgillot",
10431048
]
@@ -1133,6 +1138,7 @@ project-exploit-mitigations = [
11331138
"/Cargo.lock" = ["@Mark-Simulacrum"]
11341139
"/Cargo.toml" = ["@Mark-Simulacrum"]
11351140
"/compiler" = ["compiler"]
1141+
"/compiler/rustc_abi" = ["compiler", "codegen"]
11361142
"/compiler/rustc_arena" = ["compiler", "arena"]
11371143
"/compiler/rustc_ast" = ["compiler", "parser"]
11381144
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
@@ -1143,7 +1149,7 @@ project-exploit-mitigations = [
11431149
"/compiler/rustc_lexer" = ["compiler", "lexer"]
11441150
"/compiler/rustc_llvm" = ["@cuviper"]
11451151
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
1146-
"/compiler/rustc_codegen_ssa" = ["compiler", "@saethlin"]
1152+
"/compiler/rustc_codegen_ssa" = ["compiler", "codegen"]
11471153
"/compiler/rustc_middle/src/mir" = ["compiler", "mir"]
11481154
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
11491155
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]

0 commit comments

Comments
 (0)