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
14 changes: 7 additions & 7 deletions src/config/repoAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down Expand Up @@ -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' },
Expand Down Expand Up @@ -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' },
Expand All @@ -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' },
Expand Down Expand Up @@ -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' },
Expand Down Expand Up @@ -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' },
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/config/roleIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
8 changes: 4 additions & 4 deletions src/config/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down Expand Up @@ -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,
Expand Down
12 changes: 6 additions & 6 deletions src/config/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
],
},
{
Expand Down