1
Fork 0

Triagebot: Consolidate the T-compiler ad hoc groups

This commit is contained in:
León Orell Valerian Liehr 2024-11-12 00:33:23 +01:00
parent d4822c2d84
commit 5b7423c2fc
No known key found for this signature in database
GPG key ID: D17A07215F68E713

View file

@ -978,30 +978,24 @@ users_on_vacation = [
]
[assign.adhoc_groups]
compiler-team = [
"@cjgillot",
"@compiler-errors",
"@petrochenkov",
"@davidtwco",
"@estebank",
"@lcnr",
"@oli-obk",
"@pnkfelix",
"@wesleywiser",
]
compiler-team-contributors = [
"@TaKO8Ki",
"@Nadrieril",
"@nnethercote",
"@fmease",
"@fee1-dead",
"@jieyouxu",
compiler = [
"@BoxyUwU",
"@chenyukang",
]
compiler = [
"compiler-team",
"compiler-team-contributors",
"@cjgillot",
"@compiler-errors",
"@davidtwco",
"@estebank",
"@fee1-dead",
"@fmease",
"@jieyouxu",
"@lcnr",
"@Nadrieril",
"@nnethercote",
"@oli-obk",
"@petrochenkov",
"@pnkfelix",
"@TaKO8Ki",
"@wesleywiser",
]
libs = [
"@cuviper",