From 721b95a943e8bebe4a0f5c947208a10282d55866 Mon Sep 17 00:00:00 2001 From: Cliff Hall Date: Wed, 1 Jul 2026 14:04:58 -0400 Subject: [PATCH] Give inspector-maintainers admin access on inspector repo (#134) Elevates the inspector-maintainers team from push to admin on the inspector repository, in parity with the SDK teams and the reference-servers-maintainers team, which hold admin on the repos they own. Claude-Session: https://claude.ai/code/session_01W6EqMj921DKTJJtiPpCGNE Co-authored-by: Claude Opus 4.8 (1M context) --- src/config/repoAccess.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/repoAccess.ts b/src/config/repoAccess.ts index ced3ac1..d259224 100644 --- a/src/config/repoAccess.ts +++ b/src/config/repoAccess.ts @@ -75,7 +75,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { repository: 'inspector', teams: [ - { team: 'inspector-maintainers', permission: 'push' }, + { team: 'inspector-maintainers', permission: 'admin' }, { team: 'auth-maintainers', permission: 'push' }, { team: 'core-maintainers', permission: 'maintain' }, { team: 'csharp-sdk', permission: 'push' },