Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code owners file.
# This file controls who is tagged for review for any given pull request.

* @googleapis/python-core-client-libraries
* @googleapis/cloud-sdk-python-team
6 changes: 3 additions & 3 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# Note: This file is autogenerated. To make changes to the assignee
# team, please update `codeowner_team` in `.repo-metadata.json`.
assign_issues:
- googleapis/actools-python
- googleapis/cloud-sdk-python-team
Comment on lines 4 to +7
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This file is marked as autogenerated. Per repository guidelines, generated files should not be edited manually. Instead, please run the generator that creates this file after updating its source (.repo-metadata.json). This ensures that all changes are applied consistently and prevents manual edits from being accidentally overwritten.

References
  1. For generated code, apply fixes to the generator templates rather than patching individual output files to ensure consistency across the codebase.


assign_issues_by:
- labels:
- "samples"
to:
- googleapis/python-samples-reviewers
- googleapis/actools-python
- googleapis/cloud-sdk-python-team

assign_prs:
- googleapis/actools-python
- googleapis/cloud-sdk-python-team
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"repo": "googleapis/gapic-generator-python",
"distribution_name": "gapic-generator",
"default_version": "",
"codeowner_team": "@googleapis/actools-python"
"codeowner_team": "@googleapis/cloud-sdk-python-team"
}
Loading