Skip to content

Commit 5a4cfc3

Browse files
committed
Give core-maintainers and moderators access to experimental-ext-grouping
1 parent ef98f01 commit 5a4cfc3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/config/repoAccess.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,11 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
348348
},
349349
{
350350
repository: 'experimental-ext-grouping',
351-
teams: [{ team: 'primitive-grouping-ig', permission: 'push' }],
351+
teams: [
352+
{ team: 'core-maintainers', permission: 'admin' },
353+
{ team: 'moderators', permission: 'triage' },
354+
{ team: 'primitive-grouping-ig', permission: 'admin' },
355+
],
352356
},
353357
{
354358
repository: 'experimental-ext-skills',

src/config/roleIds.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export const ROLE_IDS = {
6363
GATEWAYS_IG: 'gateways-ig',
6464
PRIMITIVE_GROUPING_IG: 'primitive-grouping-ig',
6565
SKILLS_OVER_MCP_IG: 'skills-over-mcp-ig',
66-
PRIMITIVE_GROUPING_IG: 'primitive-grouping-ig',
6766

6867
// ===================
6968
// WG/IG Facilitators (Discord only)

0 commit comments

Comments
 (0)