feat: switching over the committee
Some checks failed
Build_Deploy / deploy_dns (push) Blocked by required conditions
Build_Deploy / deploy_active (active) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-core) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-ext) (push) Blocked by required conditions
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Has been cancelled
Some checks failed
Build_Deploy / deploy_dns (push) Blocked by required conditions
Build_Deploy / deploy_active (active) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-core) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-ext) (push) Blocked by required conditions
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Has been cancelled
This commit is contained in:
parent
ad9e434a28
commit
a4be5de575
1 changed files with 11 additions and 13 deletions
|
@ -50,19 +50,21 @@ in {
|
|||
config.skynet = {
|
||||
users = {
|
||||
committee = lib.lists.unique (
|
||||
# Committee
|
||||
# Committee - Core
|
||||
[
|
||||
"silver"
|
||||
"eoghanconlon73"
|
||||
"sidhiel"
|
||||
"maksimsger1"
|
||||
"kaiden"
|
||||
"pine"
|
||||
"nanda"
|
||||
"sourabh1805"
|
||||
"kronsy"
|
||||
# Emily
|
||||
# Sean
|
||||
]
|
||||
# Committee - OCM
|
||||
++ [
|
||||
"sidhiel"
|
||||
"skyapples"
|
||||
"emi05h"
|
||||
"eliza"
|
||||
"amymucko"
|
||||
# Archie
|
||||
]
|
||||
# Admins are part of Committee as well
|
||||
++ cfg.admin
|
||||
|
@ -70,14 +72,10 @@ in {
|
|||
admin = [
|
||||
"silver"
|
||||
"evanc"
|
||||
"eoghanconlon73"
|
||||
"eliza"
|
||||
"esy"
|
||||
];
|
||||
trainee = [
|
||||
"milan"
|
||||
"kronsy"
|
||||
];
|
||||
trainee = [];
|
||||
lifetime = [];
|
||||
banned = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue