From ab6216a1d3eeb1a8cf50406987da925500b16934 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 22 Jan 2024 09:44:15 +1100 Subject: [PATCH 1/4] Adjust whitespace. --- triagebot.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index b684f3ca55c64..201af97708c18 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -735,7 +735,6 @@ style-team = [ "@joshtriplett", "@yaahc", ] - project-const-traits = [ "@compiler-errors", "@fee1-dead", @@ -780,7 +779,7 @@ project-stable-mir = [ "/library/panic_unwind" = ["libs"] "/library/proc_macro" = ["@petrochenkov"] "/library/std" = ["libs"] -"/library/std/src/sys/pal/windows" = ["@ChrisDenton", "@thomcc"] +"/library/std/src/sys/pal/windows" = ["@ChrisDenton", "@thomcc"] "/library/stdarch" = ["libs"] "/library/test" = ["libs"] "/src/bootstrap" = ["bootstrap"] From ae3c00c28ea56d7e7d801ba869ba39ef4b57da57 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 22 Jan 2024 09:51:12 +1100 Subject: [PATCH 2/4] Add a group for `rustc_arena` and put nnethercote in it. --- triagebot.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 201af97708c18..fceb2e322b649 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -702,6 +702,9 @@ lexer = [ "@nnethercote", "@petrochenkov", ] +arena = [ + "@nnethercote", +] mir = [ "@davidtwco", "@oli-obk", @@ -753,6 +756,7 @@ project-stable-mir = [ "/Cargo.lock" = ["@Mark-Simulacrum"] "/Cargo.toml" = ["@Mark-Simulacrum"] "/compiler" = ["compiler"] +"/compiler/rustc_arena" = ["compiler", "arena"] "/compiler/rustc_ast" = ["compiler", "parser"] "/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"] "/compiler/rustc_hir_analysis" = ["compiler", "types"] From b95ce3056b31ac2d7b9764ad345fe0fb9b00a66b Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 22 Jan 2024 09:52:34 +1100 Subject: [PATCH 3/4] Add nnethercote to the full review rotation. --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index fceb2e322b649..b324b3f04b737 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -646,6 +646,7 @@ compiler-team = [ compiler-team-contributors = [ "@TaKO8Ki", "@b-naber", + "@nnethercote", ] compiler = [ "compiler-team", From 774a47da2803d27b384966b9030d7ddd9a5e37fa Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 22 Jan 2024 13:13:20 +1100 Subject: [PATCH 4/4] Link to triagebot.toml documentation. --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index b324b3f04b737..a9ddd1b99c72a 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,3 +1,6 @@ +# This file's format is documented at +# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration + [relabel] allow-unauthenticated = [ "A-*",