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
5 changes: 2 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
# Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.

# @googleapis/yoshi-python @googleapis/actools-python are the default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/actools-python
* @googleapis/cloud-sdk-python-team

# @googleapis/python-samples-reviewers @googleapis/actools-python are the default owners for samples changes
/samples/ @googleapis/python-samples-reviewers @googleapis/actools-python
/samples/ @googleapis/python-samples-reviewers @googleapis/cloud-sdk-python-team

Choose a reason for hiding this comment

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

medium

The comment on the preceding line (10) has become outdated due to this change. It still references the old team @googleapis/actools-python. Please update the comment to reflect the new team, @googleapis/cloud-sdk-python-team, to avoid confusion.

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