chore: complete google-auth-oauth-lib migration#16676
chore: complete google-auth-oauth-lib migration#16676jskeet wants to merge 2 commits intogoogleapis:mainfrom
Conversation
jskeet
commented
Apr 16, 2026
- Reformat with nox
- Enable generation with librarian
- Regenerate with librarian
There was a problem hiding this comment.
Code Review
This pull request enables generation for the google-auth-oauthlib library in librarian.yaml and includes various code style and metadata updates, such as reordering imports and cleaning up whitespace. A review comment identifies that the codeowner_team field was removed from the repository metadata during this migration and suggests adding it to the librarian configuration to maintain GitHub automation.
| issue_tracker_override: https://github.com/googleapis/google-cloud-python/issues | ||
| - name: google-auth-oauthlib | ||
| version: 1.3.1 | ||
| skip_generate: true |
There was a problem hiding this comment.
The migration to librarian has resulted in the removal of the codeowner_team field from the generated .repo-metadata.json. This field is important for GitHub automation and ensuring the correct team is notified of changes. Please add the codeowner_team to the library configuration in librarian.yaml.
codeowner_team: "@googleapis/googleapis-auth"