diff --git a/src/config/repoAccess.ts b/src/config/repoAccess.ts index 69c6939..d201056 100644 --- a/src/config/repoAccess.ts +++ b/src/config/repoAccess.ts @@ -18,7 +18,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ repository: 'docs', users: [{ username: 'jspahrsummers', permission: 'admin' }], teams: [ - { team: 'auth-wg', permission: 'push' }, + { team: 'auth-maintainers', permission: 'push' }, { team: 'core-maintainers', permission: 'maintain' }, { team: 'csharp-sdk', permission: 'push' }, { team: 'docs-maintainers', permission: 'push' }, @@ -48,7 +48,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ repository: '.github', users: [{ username: 'jspahrsummers', permission: 'admin' }], teams: [ - { team: 'auth-wg', permission: 'triage' }, + { team: 'auth-maintainers', permission: 'triage' }, { team: 'core-maintainers', permission: 'maintain' }, { team: 'csharp-sdk', permission: 'triage' }, { team: 'docs-maintainers', permission: 'triage' }, @@ -84,7 +84,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ ], teams: [ { team: 'inspector-maintainers', permission: 'push' }, - { team: 'auth-wg', permission: 'push' }, + { team: 'auth-maintainers', permission: 'push' }, { team: 'core-maintainers', permission: 'maintain' }, { team: 'csharp-sdk', permission: 'push' }, { team: 'go-sdk', permission: 'push' }, @@ -110,7 +110,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ repository: 'modelcontextprotocol', users: [{ username: 'jspahrsummers', permission: 'admin' }], teams: [ - { team: 'auth-wg', permission: 'push' }, + { team: 'auth-maintainers', permission: 'push' }, { team: 'core-maintainers', permission: 'maintain' }, { team: 'csharp-sdk', permission: 'triage' }, { team: 'docs-maintainers', permission: 'push' }, @@ -140,7 +140,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ repository: 'quickstart-resources', users: [{ username: 'jspahrsummers', permission: 'admin' }], teams: [ - { team: 'auth-wg', permission: 'push' }, + { team: 'auth-maintainers', permission: 'push' }, { team: 'core-maintainers', permission: 'maintain' }, { team: 'csharp-sdk', permission: 'push' }, { team: 'docs-maintainers', permission: 'push' }, @@ -173,7 +173,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { username: 'slimslenderslacks', permission: 'push' }, ], teams: [ - { team: 'auth-wg', permission: 'push' }, + { team: 'auth-maintainers', permission: 'push' }, { team: 'core-maintainers', permission: 'admin' }, { team: 'csharp-sdk', permission: 'push' }, { team: 'docs-maintainers', permission: 'push' }, @@ -306,7 +306,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ }, { repository: 'ext-auth', - teams: [{ team: 'auth-wg', permission: 'admin' }], + teams: [{ team: 'auth-maintainers', permission: 'admin' }], }, { repository: 'ext-apps', diff --git a/src/config/roleIds.ts b/src/config/roleIds.ts index 51129a2..c7384b4 100644 --- a/src/config/roleIds.ts +++ b/src/config/roleIds.ts @@ -46,7 +46,7 @@ export const ROLE_IDS = { // Working Groups // =================== WORKING_GROUPS: 'working-groups', - AUTH_WG: 'auth-wg', + AUTH_MAINTAINERS: 'auth-maintainers', SECURITY_WG: 'security-wg', SERVER_IDENTITY_WG: 'server-identity-wg', TRANSPORT_WG: 'transport-wg', diff --git a/src/config/roles.ts b/src/config/roles.ts index 84e834b..88577e2 100644 --- a/src/config/roles.ts +++ b/src/config/roles.ts @@ -238,9 +238,9 @@ export const ROLES: readonly Role[] = [ // No discord - organizational container }, { - id: ROLE_IDS.AUTH_WG, - description: 'Authentication Working Group', - github: { team: 'auth-wg', parent: ROLE_IDS.WORKING_GROUPS }, + id: ROLE_IDS.AUTH_MAINTAINERS, + description: 'Auth Maintainers', + github: { team: 'auth-maintainers', parent: ROLE_IDS.WORKING_GROUPS }, // See AUTH_IG for Discord role }, { @@ -287,7 +287,7 @@ export const ROLES: readonly Role[] = [ id: ROLE_IDS.AUTH_IG, description: 'Auth Interest Group', discord: { role: 'auth interest group (synced)' }, - // Discord only - separate from AUTH_WG which is GitHub + // Discord only - separate from AUTH_MAINTAINERS which is GitHub }, { id: ROLE_IDS.CLIENT_IMPLEMENTOR_IG, diff --git a/src/config/users.ts b/src/config/users.ts index 4eb2272..4689d63 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -15,7 +15,7 @@ export const MEMBERS: readonly Member[] = [ { github: 'aaronpk', discord: '324624369428987905', - memberOf: [ROLE_IDS.AUTH_WG, ROLE_IDS.MAINTAINERS], + memberOf: [ROLE_IDS.AUTH_MAINTAINERS, ROLE_IDS.MAINTAINERS], }, { github: 'alexhancock', @@ -109,7 +109,7 @@ export const MEMBERS: readonly Member[] = [ { github: 'D-McAdams', discord: '1364696680980545697', - memberOf: [ROLE_IDS.AUTH_WG], + memberOf: [ROLE_IDS.AUTH_MAINTAINERS], }, { github: 'devcrocod', @@ -124,7 +124,7 @@ export const MEMBERS: readonly Member[] = [ { github: 'dsp', memberOf: [ - ROLE_IDS.AUTH_WG, + ROLE_IDS.AUTH_MAINTAINERS, ROLE_IDS.LEAD_MAINTAINERS, ROLE_IDS.CORE_MAINTAINERS, ROLE_IDS.DOCS_MAINTAINERS, @@ -143,7 +143,7 @@ export const MEMBERS: readonly Member[] = [ email: 'david@modelcontextprotocol.io', discord: '166107790262272000', memberOf: [ - ROLE_IDS.AUTH_WG, + ROLE_IDS.AUTH_MAINTAINERS, ROLE_IDS.LEAD_MAINTAINERS, ROLE_IDS.CORE_MAINTAINERS, ROLE_IDS.DOCS_MAINTAINERS, @@ -286,7 +286,7 @@ export const MEMBERS: readonly Member[] = [ github: 'localden', discord: '1351224014143754260', memberOf: [ - ROLE_IDS.AUTH_WG, + ROLE_IDS.AUTH_MAINTAINERS, ROLE_IDS.CORE_MAINTAINERS, ROLE_IDS.CSHARP_SDK, ROLE_IDS.DOCS_MAINTAINERS, @@ -402,7 +402,7 @@ export const MEMBERS: readonly Member[] = [ ROLE_IDS.PYTHON_SDK_AUTH, ROLE_IDS.TYPESCRIPT_SDK, ROLE_IDS.TYPESCRIPT_SDK_AUTH, - ROLE_IDS.AUTH_WG, + ROLE_IDS.AUTH_MAINTAINERS, ], }, {