Skip to content

Commit 0e2459c

Browse files
Add SamMorrowDrums and AUTH_TOOL_SCOPES_WG
- Add SamMorrowDrums to WORKING_GROUPS, WG_IG_FACILITATORS, INTEREST_GROUPS - Add AUTH_TOOL_SCOPES_WG role for #auth-wg-tool-scopes Discord channel - Add olaservo to AUTH_TOOL_SCOPES_WG
1 parent 850ba72 commit 0e2459c

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

src/config/roleIds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export const ROLE_IDS = {
4747
// ===================
4848
WORKING_GROUPS: 'working-groups',
4949
AUTH_WG: 'auth-wg',
50+
AUTH_TOOL_SCOPES_WG: 'auth-tool-scopes-wg',
5051
SECURITY_WG: 'security-wg',
5152
SERVER_IDENTITY_WG: 'server-identity-wg',
5253
TRANSPORT_WG: 'transport-wg',

src/config/roles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@ export const ROLES: readonly Role[] = [
243243
github: { team: 'auth-wg', parent: ROLE_IDS.WORKING_GROUPS },
244244
// See AUTH_IG for Discord role
245245
},
246+
{
247+
id: ROLE_IDS.AUTH_TOOL_SCOPES_WG,
248+
description: 'Auth Working Group - Tool Scopes',
249+
github: { team: 'auth-tool-scopes-wg', parent: ROLE_IDS.AUTH_WG },
250+
discord: { role: 'auth-tool-scopes-wg (synced)' },
251+
},
246252
{
247253
id: ROLE_IDS.SECURITY_WG,
248254
description: 'Security Working Group',

src/config/users.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ export const MEMBERS: readonly Member[] = [
383383
github: 'olaservo',
384384
discord: '1079841769946095620',
385385
memberOf: [
386+
ROLE_IDS.AUTH_TOOL_SCOPES_WG,
386387
ROLE_IDS.COMMUNITY_MANAGERS,
387388
ROLE_IDS.DOCS_MAINTAINERS,
388389
ROLE_IDS.INSPECTOR_MAINTAINERS,
@@ -440,6 +441,12 @@ export const MEMBERS: readonly Member[] = [
440441
discord: '840109459212206090',
441442
memberOf: [ROLE_IDS.MAINTAINERS, ROLE_IDS.FINANCIAL_SERVICES_IG],
442443
},
444+
{
445+
github: 'SamMorrowDrums',
446+
447+
discord: '782948163694493696',
448+
memberOf: [ROLE_IDS.AUTH_TOOL_SCOPES_WG, ROLE_IDS.WORKING_GROUPS, ROLE_IDS.WG_IG_FACILITATORS, ROLE_IDS.INTEREST_GROUPS],
449+
},
443450
{
444451
github: 'samthanawalla',
445452
memberOf: [ROLE_IDS.GO_SDK],

0 commit comments

Comments
 (0)