Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/config/groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ export const GROUPS = defineGroups([
memberOf: ['working-groups'],
onlyOnPlatforms: ['github'],
},
{
name: 'inspector-v2-wg',
description: 'Inspector V2 Working Group',
memberOf: ['working-groups'],
onlyOnPlatforms: ['github'],
},

// Interest Groups
{
Expand Down
13 changes: 13 additions & 0 deletions src/config/repoAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,19 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
{ team: 'working-groups', permission: 'push' },
],
},
{
repository: 'inspector-v2',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this repo exist yet?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We decided to do a branch on the existing repo for v2 instead

users: [
{ username: 'dsp-ant', permission: 'admin' }
],
teams: [
{ team: 'inspector-maintainers', permission: 'push' },
{ team: 'inspector-v2-wg', permission: 'push' },
{ team: 'core-maintainers', permission: 'push' },
{ team: 'core', permission: 'maintain' },
{ team: 'sdk-maintainers', permission: 'push' }
],
},
{
repository: 'modelcontextprotocol',
users: [
Expand Down
10 changes: 5 additions & 5 deletions src/config/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const MEMBERS: readonly Member[] = [
},
{
github: 'cliffhall',
memberOf: ['docs-maintaners', 'inspector-maintainers', 'moderators'],
memberOf: ['docs-maintaners', 'inspector-maintainers', 'inspector-v2-wg', 'moderators'],
},
{
github: 'crondinini-ant',
Expand Down Expand Up @@ -109,7 +109,7 @@ export const MEMBERS: readonly Member[] = [
},
{
github: 'evalstate',
memberOf: ['docs-maintaners', 'moderators'],
memberOf: ['docs-maintaners', 'inspector-v2-wg', 'moderators'],
},
{
github: 'fabpot',
Expand Down Expand Up @@ -166,7 +166,7 @@ export const MEMBERS: readonly Member[] = [
},
{
github: 'KKonstantinov',
memberOf: ['inspector-maintainers', 'typescript-sdk'],
memberOf: ['inspector-maintainers', 'inspector-v2-wg', 'typescript-sdk'],
},
{
github: 'koic',
Expand Down Expand Up @@ -230,11 +230,11 @@ export const MEMBERS: readonly Member[] = [
},
{
github: 'olaservo',
memberOf: ['docs-maintaners', 'inspector-maintainers', 'moderators'],
memberOf: ['docs-maintaners', 'inspector-maintainers', 'inspector-v2-wg', 'moderators'],
},
{
github: 'pcarleton',
memberOf: ['core-maintainers', 'python-sdk', 'python-sdk-auth', 'typescript-sdk', 'typescript-sdk-auth', 'auth-wg'],
memberOf: ['core-maintainers', 'inspector-v2-wg', 'python-sdk', 'python-sdk-auth', 'typescript-sdk', 'typescript-sdk-auth', 'auth-wg'],
},
{
github: 'pederhp',
Expand Down