diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 193b4363..24c0ca96 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/api-bigquery @googleapis/api-bigquery-dataframe are the default owners for changes in this repo +* @googleapis/yoshi-python @googleapis/api-bigquery @googleapis/api-bigquery-dataframe -# @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/api-bigquery @googleapis/api-bigquery-dataframe are the default owners for samples changes +/samples/ @googleapis/python-samples-reviewers @googleapis/api-bigquery @googleapis/api-bigquery-dataframe diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 5b7383dc..6677a65c 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -5,6 +5,7 @@ # team, please update `codeowner_team` in `.repo-metadata.json`. assign_issues: - googleapis/api-bigquery + - googleapis/api-bigquery-dataframe assign_issues_by: - labels: @@ -12,6 +13,8 @@ assign_issues_by: to: - googleapis/python-samples-reviewers - googleapis/api-bigquery + - googleapis/api-bigquery-dataframe assign_prs: - googleapis/api-bigquery + - googleapis/api-bigquery-dataframe diff --git a/.repo-metadata.json b/.repo-metadata.json index 912be418..b016c47d 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -11,5 +11,5 @@ "distribution_name": "pandas-gbq", "api_id": "bigquery.googleapis.com", "default_version": "", - "codeowner_team": "@googleapis/api-bigquery" + "codeowner_team": "@googleapis/api-bigquery @googleapis/api-bigquery-dataframe" }