We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8f34a commit 6f30c02Copy full SHA for 6f30c02
1 file changed
src/config/users.ts
@@ -15,7 +15,7 @@ export const MEMBERS: readonly Member[] = [
15
{
16
github: 'aaronpk',
17
discord: '324624369428987905',
18
- memberOf: [ROLE_IDS.AUTH_WG],
+ memberOf: [ROLE_IDS.AUTH_WG, ROLE_IDS.MAINTAINERS],
19
},
20
21
github: 'alexhancock',
0 commit comments