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: {