diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 193b436..fb7ad85 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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/api-bigquery are the default owners for changes in this repo -* @googleapis/yoshi-python @googleapis/api-bigquery +# @googleapis/yoshi-python @googleapis/python-core-client-libraries are the default owners for changes in this repo +* @googleapis/yoshi-python @googleapis/python-core-client-libraries -# @googleapis/python-samples-reviewers @googleapis/api-bigquery are the default owners for samples changes -/samples/ @googleapis/python-samples-reviewers @googleapis/api-bigquery +# @googleapis/python-samples-reviewers @googleapis/python-core-client-libraries are the default owners for samples changes +/samples/ @googleapis/python-samples-reviewers @googleapis/python-core-client-libraries diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 5b7383d..ff16839 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -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/api-bigquery + - googleapis/python-core-client-libraries assign_issues_by: - labels: - "samples" to: - googleapis/python-samples-reviewers - - googleapis/api-bigquery + - googleapis/python-core-client-libraries assign_prs: - - googleapis/api-bigquery + - googleapis/python-core-client-libraries diff --git a/.repo-metadata.json b/.repo-metadata.json index 761c999..94d7155 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -10,6 +10,6 @@ "distribution_name": "db-dtypes", "api_id": "bigquery.googleapis.com", "default_version": "", - "codeowner_team": "@googleapis/api-bigquery", + "codeowner_team": "@googleapis/python-core-client-libraries", "api_description": "Pandas extension data types for data from SQL systems such as BigQuery." }