diff --git a/src/config/repoAccess.ts b/src/config/repoAccess.ts index 30bcc8b..2f75181 100644 --- a/src/config/repoAccess.ts +++ b/src/config/repoAccess.ts @@ -196,12 +196,6 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { repository: 'go-sdk', teams: [{ team: 'go-sdk', permission: 'admin' }], - users: [ - { username: 'neild', permission: 'push' }, - { username: 'rsc', permission: 'push' }, - { username: 'rolandshoemaker', permission: 'push' }, - { username: 'h9jiang', permission: 'maintain' }, - ], }, { repository: 'java-sdk',