Skip to content

Commit a0dd148

Browse files
authored
Add typescript-sdk-collaborators team with push access to TS SDK repo (#89)
- New GitHub team typescript-sdk-collaborators (child of typescript-sdk) - Grant push permission on modelcontextprotocol/typescript-sdk - Add poteat as initial member :house: Remote-Dev: homespace
1 parent e014aa7 commit a0dd148

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/config/repoAccess.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
231231
teams: [
232232
{ team: 'typescript-sdk', permission: 'admin' },
233233
{ team: 'typescript-sdk-auth', permission: 'admin' },
234+
{ team: 'typescript-sdk-collaborators', permission: 'push' },
234235
],
235236
},
236237
{

src/config/roleIds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const ROLE_IDS = {
4242
SWIFT_SDK: 'swift-sdk',
4343
TYPESCRIPT_SDK: 'typescript-sdk',
4444
TYPESCRIPT_SDK_AUTH: 'typescript-sdk-auth', // GitHub only (CODEOWNERS)
45+
TYPESCRIPT_SDK_COLLABORATORS: 'typescript-sdk-collaborators', // GitHub only
4546

4647
// ===================
4748
// Working Groups

src/config/roles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ export const ROLES: readonly Role[] = [
238238
github: { team: 'typescript-sdk-auth', parent: ROLE_IDS.TYPESCRIPT_SDK },
239239
// GitHub only - for CODEOWNERS
240240
},
241+
{
242+
id: ROLE_IDS.TYPESCRIPT_SDK_COLLABORATORS,
243+
description: 'TypeScript SDK collaborators',
244+
github: { team: 'typescript-sdk-collaborators', parent: ROLE_IDS.TYPESCRIPT_SDK },
245+
// GitHub only
246+
},
241247

242248
// ===================
243249
// Working Groups

src/config/users.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,10 @@ export const MEMBERS: readonly Member[] = [
579579
ROLE_IDS.TRANSPORT_WG,
580580
],
581581
},
582+
{
583+
github: 'poteat',
584+
memberOf: [ROLE_IDS.TYPESCRIPT_SDK_COLLABORATORS],
585+
},
582586
{
583587
github: 'pronskiy',
584588
memberOf: [ROLE_IDS.PHP_SDK],

0 commit comments

Comments
 (0)