Skip to content

Commit 55fe24b

Browse files
authored
Grant auth-wg maintainers admin on ext-auth repository (#8)
* grant auth-wg admin on ext-auth * add pcarleton to auth-wg
1 parent db8d9ea commit 55fe24b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/config/repoAccess.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,12 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
324324
{ username: 'nitsanh', permission: 'pull' },
325325
],
326326
},
327+
{
328+
repository: 'ext-auth',
329+
teams: [
330+
{ team: 'auth-wg', permission: 'admin' },
331+
],
332+
},
327333
];
328334

329335
// GitHub Projects V2 permissions are NOT managed by Pulumi - no support yet

src/config/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export const MEMBERS: readonly Member[] = [
218218
},
219219
{
220220
github: 'pcarleton',
221-
memberOf: ['core-maintainers', 'python-sdk', 'python-sdk-auth', 'typescript-sdk', 'typescript-sdk-auth'],
221+
memberOf: ['core-maintainers', 'python-sdk', 'python-sdk-auth', 'typescript-sdk', 'typescript-sdk-auth', 'auth-wg'],
222222
},
223223
{
224224
github: 'petery-ant',

0 commit comments

Comments
 (0)