Skip to content

Commit bd085c6

Browse files
authored
Add Triggers & Events Working Group (#90)
1 parent a0dd148 commit bd085c6

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/config/roleIds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const ROLE_IDS = {
5252
SECURITY_WG: 'security-wg',
5353
SERVER_IDENTITY_WG: 'server-identity-wg',
5454
TRANSPORT_WG: 'transport-wg',
55+
TRIGGERS_EVENTS_WG: 'triggers-events-wg',
5556
MCP_APPS_WG: 'mcp-apps-wg',
5657

5758
// ===================

src/config/roles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ export const ROLES: readonly Role[] = [
278278
github: { team: 'transport-wg', parent: ROLE_IDS.WORKING_GROUPS },
279279
discord: { role: 'transports working group (synced)' },
280280
},
281+
{
282+
id: ROLE_IDS.TRIGGERS_EVENTS_WG,
283+
description: 'Triggers & Events Working Group',
284+
github: { team: 'triggers-events-wg', parent: ROLE_IDS.WORKING_GROUPS },
285+
discord: { role: 'triggers & events working group (synced)' },
286+
},
281287
{
282288
id: ROLE_IDS.MCP_APPS_WG,
283289
description: 'MCP Apps Working Group',

src/config/users.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ export const MEMBERS: readonly Member[] = [
577577
ROLE_IDS.MAINTAINERS,
578578
ROLE_IDS.SKILLS_OVER_MCP_IG,
579579
ROLE_IDS.TRANSPORT_WG,
580+
ROLE_IDS.TRIGGERS_EVENTS_WG,
580581
],
581582
},
582583
{

0 commit comments

Comments
 (0)