Skip to content
Merged
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion src/config/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,10 @@ export const MEMBERS: readonly Member[] = [
{
github: 'nickcoai',
discord: '1153783469860732968',
skipGoogleUserProvisioning: true,
email: 'nickc@openai.com',
firstName: 'Nick',
lastName: 'Cooper',
googleEmailPrefix: 'nickc',
Comment thread
dsp-ant marked this conversation as resolved.
Outdated
memberOf: [ROLE_IDS.CORE_MAINTAINERS, ROLE_IDS.SERVER_IDENTITY_WG],
},
{
Expand Down
Loading