diff --git a/src/config/repoAccess.ts b/src/config/repoAccess.ts index 4af8c66..c612feb 100644 --- a/src/config/repoAccess.ts +++ b/src/config/repoAccess.ts @@ -324,6 +324,12 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { username: 'nitsanh', permission: 'pull' }, ], }, + { + repository: 'ext-auth', + teams: [ + { team: 'auth-wg', permission: 'admin' }, + ], + }, ]; // GitHub Projects V2 permissions are NOT managed by Pulumi - no support yet diff --git a/src/config/users.ts b/src/config/users.ts index 873c9c0..b210562 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -218,7 +218,7 @@ export const MEMBERS: readonly Member[] = [ }, { github: 'pcarleton', - memberOf: ['core-maintainers', 'python-sdk', 'python-sdk-auth', 'typescript-sdk', 'typescript-sdk-auth'], + memberOf: ['core-maintainers', 'python-sdk', 'python-sdk-auth', 'typescript-sdk', 'typescript-sdk-auth', 'auth-wg'], }, { github: 'petery-ant',