From 5b7423c2fc9a4c6f21008baff583c0d9e42f3b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=C3=B3n=20Orell=20Valerian=20Liehr?= Date: Tue, 12 Nov 2024 00:33:23 +0100 Subject: [PATCH] Triagebot: Consolidate the T-compiler ad hoc groups --- triagebot.toml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 4eb80f2058de4..8034959655513 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -978,30 +978,24 @@ users_on_vacation = [ ] [assign.adhoc_groups] -compiler-team = [ +compiler = [ + "@BoxyUwU", + "@chenyukang", "@cjgillot", "@compiler-errors", - "@petrochenkov", "@davidtwco", "@estebank", + "@fee1-dead", + "@fmease", + "@jieyouxu", "@lcnr", + "@Nadrieril", + "@nnethercote", "@oli-obk", + "@petrochenkov", "@pnkfelix", - "@wesleywiser", -] -compiler-team-contributors = [ "@TaKO8Ki", - "@Nadrieril", - "@nnethercote", - "@fmease", - "@fee1-dead", - "@jieyouxu", - "@BoxyUwU", - "@chenyukang", -] -compiler = [ - "compiler-team", - "compiler-team-contributors", + "@wesleywiser", ] libs = [ "@cuviper",