Skip to content

Commit c96a52b

Browse files
authored
Add personal account with the right access level (#70)
1 parent f4bae08 commit c96a52b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/config/users.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,25 @@ export const MEMBERS: readonly Member[] = [
141141
discord: '267646459187298305',
142142
memberOf: [ROLE_IDS.RUST_SDK],
143143
},
144+
{
145+
github: 'dend',
146+
skipGoogleUserProvisioning: true,
147+
memberOf: [
148+
ROLE_IDS.AUTH_MAINTAINERS,
149+
ROLE_IDS.CORE_MAINTAINERS,
150+
ROLE_IDS.DOCS_MAINTAINERS,
151+
ROLE_IDS.CSHARP_SDK,
152+
ROLE_IDS.ADMINISTRATORS,
153+
ROLE_IDS.GO_SDK,
154+
ROLE_IDS.FINANCIAL_SERVICES_IG,
155+
ROLE_IDS.MODERATORS,
156+
ROLE_IDS.PHP_SDK,
157+
ROLE_IDS.PYTHON_SDK,
158+
ROLE_IDS.SECURITY_WG,
159+
ROLE_IDS.TRANSPORT_WG,
160+
ROLE_IDS.TYPESCRIPT_SDK,
161+
],
162+
},
144163
{
145164
github: 'devcrocod',
146165
memberOf: [ROLE_IDS.KOTLIN_SDK],

0 commit comments

Comments
 (0)