Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/config/roleIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const ROLE_IDS = {
// ===================
WORKING_GROUPS: 'working-groups',
AUTH_WG: 'auth-wg',
AUTH_TOOL_SCOPES_WG: 'auth-tool-scopes-wg',
Comment thread
pcarleton marked this conversation as resolved.
Outdated
SECURITY_WG: 'security-wg',
SERVER_IDENTITY_WG: 'server-identity-wg',
TRANSPORT_WG: 'transport-wg',
Expand Down
6 changes: 6 additions & 0 deletions src/config/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ export const ROLES: readonly Role[] = [
github: { team: 'auth-wg', parent: ROLE_IDS.WORKING_GROUPS },
// See AUTH_IG for Discord role
},
{
id: ROLE_IDS.AUTH_TOOL_SCOPES_WG,
description: 'Auth Working Group - Tool Scopes',
github: { team: 'auth-tool-scopes-wg', parent: ROLE_IDS.AUTH_WG },
Comment thread
pcarleton marked this conversation as resolved.
Outdated
discord: { role: 'auth-tool-scopes-wg (synced)' },
},
{
id: ROLE_IDS.SECURITY_WG,
description: 'Security Working Group',
Expand Down
7 changes: 7 additions & 0 deletions src/config/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export const MEMBERS: readonly Member[] = [
github: 'olaservo',
discord: '1079841769946095620',
memberOf: [
ROLE_IDS.AUTH_TOOL_SCOPES_WG,
ROLE_IDS.COMMUNITY_MANAGERS,
ROLE_IDS.DOCS_MAINTAINERS,
ROLE_IDS.INSPECTOR_MAINTAINERS,
Expand Down Expand Up @@ -440,6 +441,12 @@ export const MEMBERS: readonly Member[] = [
discord: '840109459212206090',
memberOf: [ROLE_IDS.MAINTAINERS, ROLE_IDS.FINANCIAL_SERVICES_IG],
},
{
github: 'SamMorrowDrums',
email: 'sammorrowdrums@github.com',
discord: '782948163694493696',
memberOf: [ROLE_IDS.AUTH_TOOL_SCOPES_WG, ROLE_IDS.WG_IG_FACILITATORS],
},
{
github: 'samthanawalla',
memberOf: [ROLE_IDS.GO_SDK],
Expand Down