From 15acd2eb074f2e3109eaa64308db7af1d11b67b3 Mon Sep 17 00:00:00 2001 From: Paul Carleton Date: Mon, 27 Jul 2026 11:57:03 +0100 Subject: [PATCH] Grant felixweinberger admin on the conformance repo Brings the conformance repo under access management. Its only direct grant today is felixweinberger at maintain (team access comes from org-level roles), so this entry bumps him to admin. --- src/config/repoAccess.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/repoAccess.ts b/src/config/repoAccess.ts index d2592246..998f7cec 100644 --- a/src/config/repoAccess.ts +++ b/src/config/repoAccess.ts @@ -98,6 +98,10 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { team: 'typescript-sdk-auth', permission: 'push' }, ], }, + { + repository: 'conformance', + users: [{ username: 'felixweinberger', permission: 'admin' }], + }, { repository: 'modelcontextprotocol', teams: [