Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# The @googleapis/python-core-client-libraries is the default owner for changes in this repo
* @googleapis/python-core-client-libraries @googleapis/yoshi-python
# The @googleapis/cloud-sdk-python-team is the default owner for changes in this repo
* @googleapis/cloud-sdk-python-team

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

Choose a reason for hiding this comment

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

medium

The team @googleapis/cloud-sdk-python-team is listed twice on this line, which is redundant. Please remove the duplicate entry at the end of the line.

/samples/   @googleapis/cloud-sdk-python-team @googleapis/python-samples-owners

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/python-core-client-libraries
- googleapis/cloud-sdk-python-team

assign_issues_by:
- labels:
- "samples"
to:
- googleapis/python-samples-reviewers
- googleapis/python-core-client-libraries
- googleapis/cloud-sdk-python-team

assign_prs:
- googleapis/python-core-client-libraries
- 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 @@ -12,7 +12,7 @@
"api_id": "bigquery.googleapis.com",
"requires_billing": false,
"default_version": "v2",
"codeowner_team": "@googleapis/python-core-client-libraries",
"codeowner_team": "@googleapis/cloud-sdk-python-team",
"api_shortname": "bigquery",
"api_description": "is a fully managed, NoOps, low cost data analytics service.\nData can be streamed into BigQuery at millions of rows per second to enable real-time analysis.\nWith BigQuery you can easily deploy Petabyte-scale Databases."
}
Loading