Merge pull request 'New committee for 2025/2026 year' (#143) from 2025_committee_agm into main
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Successful in 27s
Build_Deploy / deploy_dns (push) Successful in 1m2s
Build_Deploy / deploy_active (active) (push) Successful in 1m8s
Build_Deploy / deploy_active (active-core) (push) Failing after 1m38s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Successful in 27s
Build_Deploy / deploy_dns (push) Successful in 1m2s
Build_Deploy / deploy_active (active) (push) Successful in 1m8s
Build_Deploy / deploy_active (active-core) (push) Failing after 1m38s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
Reviewed-on: #143
This commit is contained in:
commit
8f22c8d98b
1 changed files with 21 additions and 12 deletions
|
@ -52,24 +52,35 @@ in {
|
|||
committee = lib.lists.unique (
|
||||
# Committee - Core
|
||||
[
|
||||
# President
|
||||
"silver"
|
||||
"eoghanconlon73"
|
||||
"nanda"
|
||||
# Secretary
|
||||
"kaiden"
|
||||
# Treasurer
|
||||
"peace"
|
||||
# PRO
|
||||
"amymucko"
|
||||
# HSO
|
||||
"skyapples"
|
||||
"generically"
|
||||
]
|
||||
# Committee - OCM
|
||||
++ [
|
||||
"connormc"
|
||||
"cordlesscoder"
|
||||
"dca_"
|
||||
"eliza"
|
||||
"amymucko"
|
||||
"archiedms"
|
||||
"kaiden"
|
||||
"emilyrutai"
|
||||
"generically"
|
||||
"mysticwolf"
|
||||
"nanda"
|
||||
"rituk_0817"
|
||||
"shourjyo24_"
|
||||
"sunny"
|
||||
"tatabbyi"
|
||||
"wormyworm5"
|
||||
]
|
||||
# Committee - SISTEM
|
||||
++ [
|
||||
"peace"
|
||||
"milan"
|
||||
]
|
||||
++ []
|
||||
# Admins are part of Committee as well
|
||||
++ cfg.admin
|
||||
);
|
||||
|
@ -78,8 +89,6 @@ in {
|
|||
"evanc"
|
||||
"eliza"
|
||||
"esy"
|
||||
# for temp reasons
|
||||
"peace"
|
||||
];
|
||||
trainee = [];
|
||||
lifetime = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue