feat: remove non committee and reorganise based on who was already on committee.

Also added labels for Core
This commit is contained in:
silver 2025-09-21 14:46:16 +01:00
parent 48b7cd2e54
commit 5c90a78937
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -52,24 +52,25 @@ in {
committee = lib.lists.unique ( committee = lib.lists.unique (
# Committee - Core # Committee - Core
[ [
# President
"silver" "silver"
"eoghanconlon73" # Secretary
"nanda" "kaiden"
# Treasurer
"peace"
# PRO
"amymucko"
# HSO
"skyapples" "skyapples"
"generically"
] ]
# Committee - OCM # Committee - OCM
++ [ ++ [
"eliza" "eliza"
"amymucko" "generically"
"archiedms" "nanda"
"kaiden"
] ]
# Committee - SISTEM # Committee - SISTEM
++ [ ++ []
"peace"
"milan"
]
# Admins are part of Committee as well # Admins are part of Committee as well
++ cfg.admin ++ cfg.admin
); );
@ -78,8 +79,6 @@ in {
"evanc" "evanc"
"eliza" "eliza"
"esy" "esy"
# for temp reasons
"peace"
]; ];
trainee = []; trainee = [];
lifetime = []; lifetime = [];