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
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# Default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/python-core-client-libraries
* @googleapis/cloud-sdk-python-team

# The python-samples-reviewers team is the default owner for samples changes
/samples/ @googleapis/python-samples-owners @googleapis/python-core-client-libraries
/samples/ @googleapis/python-samples-owners @googleapis/cloud-sdk-python-team

# For more information, see https://github.com/googleapis/repo-automation-bots/blob/main/packages/auto-approve/README.md
.github/auto-approve.yml @googleapis/python-core-client-libraries @googleapis/yoshi-python
.github/auto-approve.yml @googleapis/cloud-sdk-python-team

# The following is needed to auto-approve changes to static discovery artifacts and generated documentation.
/docs/dyn/*.html @yoshi-approver @googleapis/yoshi-python
/docs/dyn/index.md @yoshi-approver @googleapis/yoshi-python
/googleapiclient/discovery_cache/documents/*.json @yoshi-approver @googleapis/yoshi-python
/docs/dyn/*.html @yoshi-approver @googleapis/cloud-sdk-python-team
/docs/dyn/index.md @yoshi-approver @googleapis/cloud-sdk-python-team
/googleapiclient/discovery_cache/documents/*.json @yoshi-approver @googleapis/cloud-sdk-python-team
4 changes: 2 additions & 2 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# team, please update `codeowner_team` in `.repo-metadata.json`.

assign_issues:
- googleapis/python-core-client-libraries
- googleapis/cloud-sdk-python-team

assign_issues_by:
- labels:
Expand All @@ -14,4 +14,4 @@ assign_issues_by:
- googleapis/python-samples-reviewers

assign_prs:
- googleapis/python-core-client-libraries
- googleapis/cloud-sdk-python-team
Loading