From a2ede9411afc27cbaeb42f95952ccd5600605526 Mon Sep 17 00:00:00 2001 From: Arshadul Monir Date: Mon, 17 Aug 2026 12:34:35 -0400 Subject: [PATCH] user: onboarded kelly lin --- src/azure/users/inputs.ts | 8 ++++++++ src/github/members/inputs.ts | 1 + src/github/teams/inputs.ts | 1 + 3 files changed, 10 insertions(+) diff --git a/src/azure/users/inputs.ts b/src/azure/users/inputs.ts index c5ba582..171c7fd 100644 --- a/src/azure/users/inputs.ts +++ b/src/azure/users/inputs.ts @@ -145,6 +145,14 @@ export const AZURE_USERS = { mailNickname: "nancy.huang", userPrincipalName: "nancy.huang@patinanetwork.onmicrosoft.com", }, + "Kelly Lin": { + newUser: true, + entraRoles: ["globalReader"], + azureRoles: ["reader"], + mail: "kelly.lin@patinanetwork.onmicrosoft.com", + mailNickname: "kelly.lin", + userPrincipalName: "kelly.lin@patinanetwork.onmicrosoft.com", + }, } as const satisfies Record; export type AzureUserName = keyof typeof AZURE_USERS; diff --git a/src/github/members/inputs.ts b/src/github/members/inputs.ts index a2facd3..60377cc 100644 --- a/src/github/members/inputs.ts +++ b/src/github/members/inputs.ts @@ -23,6 +23,7 @@ export const MEMBERS = [ { username: "spiffyy99", role: "member" }, { username: "angelayu0530", role: "member" }, { username: "naanci", role: "member" }, + { username: "Kxlcl", role: "member" }, ] as const satisfies readonly GithubMember[]; export type GithubUsername = (typeof MEMBERS)[number]["username"]; diff --git a/src/github/teams/inputs.ts b/src/github/teams/inputs.ts index 91fd7f2..ecfc5e6 100644 --- a/src/github/teams/inputs.ts +++ b/src/github/teams/inputs.ts @@ -49,6 +49,7 @@ export const TEAMS = { { username: "MalihaT111", role: "member" }, { username: "luoh00", role: "member" }, { username: "spiffyy99", role: "member" }, + { username: "Kxlcl", role: "member" }, ], }, infra: {