From ab7492009e3fe461d0f00704771e68220835cb73 Mon Sep 17 00:00:00 2001 From: olaservo Date: Tue, 7 Oct 2025 07:40:00 -0700 Subject: [PATCH 1/2] Add evalstate and cliffhall to docs-maintaners team MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/config/users.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/users.ts b/src/config/users.ts index 723b0e9..873c9c0 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -71,7 +71,7 @@ export const MEMBERS: readonly Member[] = [ }, { github: 'cliffhall', - memberOf: ['moderators'], + memberOf: ['docs-maintaners', 'moderators'], }, { github: 'crondinini-ant', @@ -105,7 +105,7 @@ export const MEMBERS: readonly Member[] = [ }, { github: 'evalstate', - memberOf: ['moderators'], + memberOf: ['docs-maintaners', 'moderators'], }, { github: 'fabpot', From ec85df39e9f3a87f72d3dac77cda64817c1e692f Mon Sep 17 00:00:00 2001 From: olaservo Date: Mon, 15 Dec 2025 07:32:57 -0700 Subject: [PATCH 2/2] Add a-akimov to docs-maintaners team, tighten inspector/servers permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add a-akimov to docs-maintaners team (replaces direct repo access) - Remove a-akimov direct push from quickstart-resources (now via team) - Remove interest groups from inspector push access (ig-financial-services, interest-groups) - Remove working-groups umbrella from inspector push access - Remove docs-maintaners from inspector push access - Remove interest groups from servers push access (ig-financial-services, interest-groups) - Remove working-groups umbrella from servers push access 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/config/repoAccess.ts | 12 +----------- src/config/users.ts | 4 ++++ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/config/repoAccess.ts b/src/config/repoAccess.ts index 937a0f3..09ef936 100644 --- a/src/config/repoAccess.ts +++ b/src/config/repoAccess.ts @@ -87,10 +87,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { team: 'auth-wg', permission: 'push' }, { team: 'core-maintainers', permission: 'maintain' }, { team: 'csharp-sdk', permission: 'push' }, - { team: 'docs-maintaners', permission: 'push' }, { team: 'go-sdk', permission: 'push' }, - { team: 'ig-financial-services', permission: 'push' }, - { team: 'interest-groups', permission: 'push' }, { team: 'java-sdk', permission: 'push' }, { team: 'kotlin-sdk', permission: 'push' }, { team: 'moderators', permission: 'push' }, @@ -107,7 +104,6 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { team: 'transport-wg', permission: 'push' }, { team: 'typescript-sdk', permission: 'push' }, { team: 'typescript-sdk-auth', permission: 'push' }, - { team: 'working-groups', permission: 'push' }, ], }, { @@ -142,10 +138,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ }, { repository: 'quickstart-resources', - users: [ - { username: 'jspahrsummers', permission: 'admin' }, - { username: 'a-akimov', permission: 'push' }, - ], + users: [{ username: 'jspahrsummers', permission: 'admin' }], teams: [ { team: 'auth-wg', permission: 'push' }, { team: 'core-maintainers', permission: 'maintain' }, @@ -185,8 +178,6 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { team: 'csharp-sdk', permission: 'push' }, { team: 'docs-maintaners', permission: 'push' }, { team: 'go-sdk', permission: 'push' }, - { team: 'ig-financial-services', permission: 'push' }, - { team: 'interest-groups', permission: 'push' }, { team: 'java-sdk', permission: 'push' }, { team: 'kotlin-sdk', permission: 'push' }, { team: 'moderators', permission: 'push' }, @@ -203,7 +194,6 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { team: 'transport-wg', permission: 'push' }, { team: 'typescript-sdk', permission: 'push' }, { team: 'typescript-sdk-auth', permission: 'push' }, - { team: 'working-groups', permission: 'push' }, ], }, { diff --git a/src/config/users.ts b/src/config/users.ts index da7a07c..51f402d 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -29,6 +29,10 @@ export const MEMBERS: readonly Member[] = [ github: 'Ololoshechkin', memberOf: ['kotlin-sdk'], }, + { + github: 'a-akimov', + memberOf: ['docs-maintaners'], + }, { github: 'aaronpk', memberOf: ['auth-wg'],