about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-11-12 18:11:05 +0100
committerGitHub <noreply@github.com>2024-11-12 18:11:05 +0100
commit15fbae8ed9719564c95aed58a03bf13b0aec5bce (patch)
tree27be27474d369d0496e3fe8fa33acc07517794e6
parent8628fd553d3a9e2c561ab72214a2166c22014c54 (diff)
parent5b7423c2fc9a4c6f21008baff583c0d9e42f3b58 (diff)
downloadrust-15fbae8ed9719564c95aed58a03bf13b0aec5bce.tar.gz
rust-15fbae8ed9719564c95aed58a03bf13b0aec5bce.zip
Rollup merge of #132923 - fmease:triagebot-update-t-compiler, r=wesleywiser
Triagebot: Consolidate the T-compiler ad hoc assignment groups

https://github.com/rust-lang/compiler-team/issues/757

1. Inline compiler-team and compiler-team-contributors into compiler
2. Sort members alphabetically
-rw-r--r--triagebot.toml26
1 files changed, 10 insertions, 16 deletions
diff --git a/triagebot.toml b/triagebot.toml
index f31dd5cd3d8..60eb66acee2 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -981,30 +981,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",