Skip to content

Commit f4bdabd

Browse files
committed
Add aaronpk to maintainers
🏠 Remote-Dev: homespace
1 parent ee35c86 commit f4bdabd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/config/users.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const MEMBERS: readonly Member[] = [
4444
{
4545
github: 'aaronpk',
4646
discord: '324624369428987905',
47-
memberOf: [ROLE_IDS.AUTH_WG],
47+
memberOf: [ROLE_IDS.AUTH_WG, ROLE_IDS.MAINTAINERS],
4848
},
4949
{
5050
github: 'alexhancock',
@@ -346,7 +346,12 @@ export const MEMBERS: readonly Member[] = [
346346
{
347347
github: 'olaservo',
348348
discord: '1079841769946095620',
349-
memberOf: [ROLE_IDS.COMMUNITY_MANAGERS, ROLE_IDS.DOCS_MAINTAINERS, ROLE_IDS.INSPECTOR_MAINTAINERS, ROLE_IDS.MODERATORS],
349+
memberOf: [
350+
ROLE_IDS.COMMUNITY_MANAGERS,
351+
ROLE_IDS.DOCS_MAINTAINERS,
352+
ROLE_IDS.INSPECTOR_MAINTAINERS,
353+
ROLE_IDS.MODERATORS,
354+
],
350355
},
351356
{
352357
github: 'pcarleton',

0 commit comments

Comments
 (0)