Skip to content

chore: replace old python teams with cloud-sdk-python-team#1953

Closed
suztomo wants to merge 1 commit intogoogleapis:mainfrom
suztomo:replace-python-team
Closed

chore: replace old python teams with cloud-sdk-python-team#1953
suztomo wants to merge 1 commit intogoogleapis:mainfrom
suztomo:replace-python-team

Conversation

@suztomo
Copy link
Member

@suztomo suztomo commented Feb 2, 2026

Bug ID: b/479543683

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @suztomo, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a maintenance update to the repository's CODEOWNERS file. The primary goal is to align the code ownership with current team structures by replacing an outdated Python team reference with a new, active team. This ensures that future changes to the Python client libraries are routed to the correct team for review and accountability.

Highlights

  • CODEOWNERS Update: The .github/CODEOWNERS file has been updated to replace the old @googleapis/python-core-client-libraries team with the new @googleapis/cloud-sdk-python-team. This change applies to the default repository ownership and specific ownership entries for Python authentication-related files, test files, and samples.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request performs a straightforward maintenance task of updating the .github/CODEOWNERS file. It replaces the old @googleapis/python-core-client-libraries team with @googleapis/cloud-sdk-python-team. The change is correct and has been applied consistently. I have added a suggestion to improve the file's conciseness and maintainability by grouping related paths.

Comment on lines +9 to +28
google/auth/_default.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
google/auth/aws.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
google/auth/credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
google/auth/downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
google/auth/external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
google/auth/external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
google/auth/identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
google/auth/pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
google/auth/sts.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
google/auth/impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test__default.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test_aws.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test_downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test_external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test_external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test_identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test_pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test_sts.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/test_impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better maintainability, you can group the file paths under google/auth/ and tests/ since they share the same owners. This will make the CODEOWNERS file more concise and easier to manage in the future.

google/auth/                                                @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team
tests/                                                      @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/cloud-sdk-python-team

@suztomo suztomo closed this Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant