Skip to content

Commit e014aa7

Browse files
authored
Add reference-servers-maintainers GitHub team with admin on servers repo (#88)
- Expand REFERENCE_SERVERS_MAINTAINERS role (previously Discord-only) to create a GitHub team - Grant the team admin permission on modelcontextprotocol/servers - Add tobinsouth as a new member Existing members cliffhall and olaservo will also be added to the new GitHub team. :house: Remote-Dev: homespace
1 parent 40c29e3 commit e014aa7

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/config/repoAccess.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
159159
{
160160
repository: 'servers',
161161
teams: [
162+
{ team: 'reference-servers-maintainers', permission: 'admin' },
162163
{ team: 'auth-maintainers', permission: 'push' },
163164
{ team: 'core-maintainers', permission: 'admin' },
164165
{ team: 'csharp-sdk', permission: 'push' },

src/config/roles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ export const ROLES: readonly Role[] = [
127127
{
128128
id: ROLE_IDS.REFERENCE_SERVERS_MAINTAINERS,
129129
description: 'Reference servers maintainers',
130+
github: { team: 'reference-servers-maintainers' },
130131
discord: { role: 'reference servers maintainers (synced)' },
131-
// Discord only for now
132132
},
133133
{
134134
id: ROLE_IDS.REGISTRY_MAINTAINERS,

src/config/users.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,11 @@ export const MEMBERS: readonly Member[] = [
674674
github: 'tiginamaria',
675675
memberOf: [ROLE_IDS.KOTLIN_SDK],
676676
},
677+
{
678+
github: 'tobinsouth',
679+
discord: '865072069779521556',
680+
memberOf: [ROLE_IDS.REFERENCE_SERVERS_MAINTAINERS],
681+
},
677682
{
678683
github: 'toby',
679684
email: 'toby@modelcontextprotocol.io',

0 commit comments

Comments
 (0)