Skip to content
Open
Changes from all commits
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
16 changes: 8 additions & 8 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
Loading