Skip to content

Commit 610f13d

Browse files
authored
Rollup merge of rust-lang#120212 - nnethercote:nnethercote-reviewer, r=compiler-errors
Give nnethercote more reviews Gulp!
2 parents e39608d + 774a47d commit 610f13d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

triagebot.toml

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file's format is documented at
2+
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
3+
14
[relabel]
25
allow-unauthenticated = [
36
"A-*",
@@ -646,6 +649,7 @@ compiler-team = [
646649
compiler-team-contributors = [
647650
"@TaKO8Ki",
648651
"@b-naber",
652+
"@nnethercote",
649653
]
650654
compiler = [
651655
"compiler-team",
@@ -702,6 +706,9 @@ lexer = [
702706
"@nnethercote",
703707
"@petrochenkov",
704708
]
709+
arena = [
710+
"@nnethercote",
711+
]
705712
mir = [
706713
"@davidtwco",
707714
"@oli-obk",
@@ -735,7 +742,6 @@ style-team = [
735742
"@joshtriplett",
736743
"@yaahc",
737744
]
738-
739745
project-const-traits = [
740746
"@compiler-errors",
741747
"@fee1-dead",
@@ -754,6 +760,7 @@ project-stable-mir = [
754760
"/Cargo.lock" = ["@Mark-Simulacrum"]
755761
"/Cargo.toml" = ["@Mark-Simulacrum"]
756762
"/compiler" = ["compiler"]
763+
"/compiler/rustc_arena" = ["compiler", "arena"]
757764
"/compiler/rustc_ast" = ["compiler", "parser"]
758765
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
759766
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
@@ -780,7 +787,7 @@ project-stable-mir = [
780787
"/library/panic_unwind" = ["libs"]
781788
"/library/proc_macro" = ["@petrochenkov"]
782789
"/library/std" = ["libs"]
783-
"/library/std/src/sys/pal/windows" = ["@ChrisDenton", "@thomcc"]
790+
"/library/std/src/sys/pal/windows" = ["@ChrisDenton", "@thomcc"]
784791
"/library/stdarch" = ["libs"]
785792
"/library/test" = ["libs"]
786793
"/src/bootstrap" = ["bootstrap"]

0 commit comments

Comments
 (0)