diff --git a/src/config/repoAccess.ts b/src/config/repoAccess.ts index 937a0f3..8e10ce2 100644 --- a/src/config/repoAccess.ts +++ b/src/config/repoAccess.ts @@ -264,7 +264,12 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ }, { repository: 'swift-sdk', - teams: [{ team: 'swift-sdk', permission: 'admin' }], + teams: [{ team: 'swift-sdk', permission: 'push' }], + users: [ + { username: 'mattt', permission: 'admin' }, + { username: 'movetz', permission: 'admin' }, + { username: 'stallent', permission: 'admin' }, + ], }, { repository: 'typescript-sdk', diff --git a/src/config/users.ts b/src/config/users.ts index 9a702f0..98e52ff 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -228,6 +228,10 @@ export const MEMBERS: readonly Member[] = [ github: 'michaelneale', memberOf: ['rust-sdk'], }, + { + github: 'movetz', + memberOf: ['swift-sdk'], + }, { github: 'mikekistler', memberOf: ['csharp-sdk'], @@ -300,6 +304,10 @@ export const MEMBERS: readonly Member[] = [ github: 'stephentoub', memberOf: ['csharp-sdk'], }, + { + github: 'stallent', + memberOf: ['swift-sdk'], + }, { github: 'tadasant', email: 'tadas@modelcontextprotocol.io',