File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments