From c6d914a8495fdee9d6f86e5496ff990fc87f0935 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Wed, 1 Jul 2026 13:51:17 -0400 Subject: [PATCH] Give inspector-maintainers admin access on inspector repo 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. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01W6EqMj921DKTJJtiPpCGNE --- 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' },