Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# 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/anthos-dpe are the default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/anthos-dpe
# @googleapis/yoshi-python @googleapis/yoshi-python are the default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/yoshi-python
Copy link
Contributor

Choose a reason for hiding this comment

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

why twice?

Copy link
Contributor

Choose a reason for hiding this comment

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

It's due to the file being templated. The suggestion I put should help get things fixed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ohhh I see. That's OwlBot doing its thing, I think I know what's going on--


# @googleapis/python-samples-reviewers @googleapis/anthos-dpe are the default owners for samples changes
/samples/ @googleapis/python-samples-reviewers @googleapis/anthos-dpe
# @googleapis/python-samples-reviewers @googleapis/yoshi-python are the default owners for samples changes
/samples/ @googleapis/python-samples-reviewers @googleapis/yoshi-python
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repo": "googleapis/python-container",
"distribution_name": "google-cloud-container",
"api_id": "container.googleapis.com",
"codeowner_team": "@googleapis/anthos-dpe",
"codeowner_team": "@googleapis/yoshi-python",
"requires_billing": true,
"default_version": "v1",
"api_shortname": "container",
Expand Down