Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions src/config/roleIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ export const ROLE_IDS = {
FINANCIAL_SERVICES_IG: 'financial-services-ig',
GATEWAYS_IG: 'gateways-ig',

// ===================
// WG/IG Facilitators (Discord only)
// ===================
WG_IG_FACILITATORS: 'wg-ig-facilitators',

// ===================
// Email Groups (Google only)
// ===================
Expand Down
10 changes: 10 additions & 0 deletions src/config/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,16 @@ export const ROLES: readonly Role[] = [
discord: { role: 'gateways interest group (synced)' },
},

// ===================
// WG/IG Facilitators (Discord only)
// ===================
{
id: ROLE_IDS.WG_IG_FACILITATORS,
description: 'Working Group and Interest Group facilitators with calendar access',
discord: { role: 'wg/ig facilitators (synced)' },
// Discord only - grants meet.modelcontextprotocol.io calendar access
},

// ===================
// Email Groups (Google only)
// ===================
Expand Down
10 changes: 10 additions & 0 deletions src/config/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ export const MEMBERS: readonly Member[] = [
github: 'eiriktsarpalis',
memberOf: [ROLE_IDS.CSHARP_SDK],
},
{
github: 'EmLauber',
discord: '1408222390361657426',
memberOf: [ROLE_IDS.WG_IG_FACILITATORS],
},
{
github: 'evalstate',
discord: '779268016121577492',
Expand Down Expand Up @@ -339,6 +344,11 @@ export const MEMBERS: readonly Member[] = [
github: 'movetz',
memberOf: [ROLE_IDS.SWIFT_SDK],
},
{
github: 'nbarbettini',
discord: '784552628930478090',
memberOf: [ROLE_IDS.WG_IG_FACILITATORS],
},
{
github: 'nickcoai',
discord: '1153783469860732968',
Expand Down