Skip to content

Commit 366a09e

Browse files
committed
Record existing GWS accounts for ajribeiro and ochafik
Both Workspace accounts (ajr@ and ochafik@modelcontextprotocol.io) were created manually in Google Workspace; mark them with existingGWSUser so Pulumi skips creating the User resources.
1 parent 721b95a commit 366a09e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/config/users.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ export const MEMBERS: readonly Member[] = [
2020
discord: '324624369428987905',
2121
memberOf: [ROLE_IDS.AUTH_MAINTAINERS, ROLE_IDS.MAINTAINERS],
2222
},
23+
{
24+
github: 'ajribeiro',
25+
firstName: 'AJ',
26+
lastName: 'Ribeiro',
27+
googleEmailPrefix: 'ajr',
28+
existingGWSUser: true,
29+
memberOf: [],
30+
},
2331
{
2432
github: 'alexhancock',
2533
discord: '1325885093343924316',
@@ -566,6 +574,10 @@ export const MEMBERS: readonly Member[] = [
566574
{
567575
github: 'ochafik',
568576
discord: '1004897332069925024',
577+
firstName: 'Olivier',
578+
lastName: 'Chafik',
579+
googleEmailPrefix: 'ochafik',
580+
existingGWSUser: true,
569581
memberOf: [
570582
ROLE_IDS.FILE_UPLOADS_WG,
571583
ROLE_IDS.MCP_APPS_SDK,

0 commit comments

Comments
 (0)