From 4a721761e72f74e5f98e2573aee2bcbfe8737321 Mon Sep 17 00:00:00 2001 From: Kevin Nguy Date: Thu, 24 Sep 2026 12:35:15 -0700 Subject: [PATCH] chore: update CODEOWNERS to include new contributors Added @kevinnguy and @Maneeshk11 as code owners for various files. --- .github/CODEOWNERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 90c06fc..933642e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,15 @@ # Release and security-sensitive repository controls. -/.github/CODEOWNERS @fuller @ximt -/.github/workflows/** @fuller @ximt -/.github/workflows/publish-typescript-sdk.yml @gemini/principal-engineers -/SECURITY.md @fuller @ximt +/.github/CODEOWNERS @fuller @ximt @kevinnguy @Maneeshk11 +/.github/workflows/** @fuller @ximt @kevinnguy @Maneeshk11 +/.github/workflows/publish-typescript-sdk.yml @gemini/principal-engineers @kevinnguy @Maneeshk11 +/SECURITY.md @fuller @ximt @kevinnguy @Maneeshk11 # Published TypeScript SDK source. -/packages/sdk-typescript/** @fuller @ximt +/packages/sdk-typescript/** @fuller @ximt @kevinnguy @Maneeshk11 # Published TypeScript SDK release metadata. -/packages/sdk-typescript/package.json @gemini/principal-engineers -/packages/sdk-typescript/package-lock.json @gemini/principal-engineers +/packages/sdk-typescript/package.json @gemini/principal-engineers @kevinnguy @Maneeshk11 +/packages/sdk-typescript/package-lock.json @gemini/principal-engineers @kevinnguy @Maneeshk11 # Published Go SDK source, module metadata, and release workflow. -/packages/sdk-go/** @fuller @ximt +/packages/sdk-go/** @fuller @ximt @kevinnguy @Maneeshk11