diff --git a/src/config/users.ts b/src/config/users.ts index 55813bd..4d16494 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -634,6 +634,13 @@ export const MEMBERS: readonly Member[] = [ github: 'poteat', memberOf: [ROLE_IDS.TYPESCRIPT_SDK_COLLABORATORS], }, + { + github: 'PranavSenthilnathan', + email: 'pranas@microsoft.com', + firstName: 'Pranav', + lastName: 'Senthilnathan', + memberOf: [ROLE_IDS.CSHARP_SDK], + }, { github: 'pronskiy', memberOf: [ROLE_IDS.PHP_SDK],