Skip to content

Commit c9fe842

Browse files
chore: add bigframes team as co-owners for pandas-gbq (#847)
* chore: add bigframes team as co-owners for pandas-gbq * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d2f32df commit c9fe842

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66
# Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.
77

8-
# @googleapis/yoshi-python @googleapis/api-bigquery are the default owners for changes in this repo
9-
* @googleapis/yoshi-python @googleapis/api-bigquery
8+
# @googleapis/yoshi-python @googleapis/api-bigquery @googleapis/api-bigquery-dataframe are the default owners for changes in this repo
9+
* @googleapis/yoshi-python @googleapis/api-bigquery @googleapis/api-bigquery-dataframe
1010

11-
# @googleapis/python-samples-reviewers @googleapis/api-bigquery are the default owners for samples changes
12-
/samples/ @googleapis/python-samples-reviewers @googleapis/api-bigquery
11+
# @googleapis/python-samples-reviewers @googleapis/api-bigquery @googleapis/api-bigquery-dataframe are the default owners for samples changes
12+
/samples/ @googleapis/python-samples-reviewers @googleapis/api-bigquery @googleapis/api-bigquery-dataframe

.github/blunderbuss.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
# team, please update `codeowner_team` in `.repo-metadata.json`.
66
assign_issues:
77
- googleapis/api-bigquery
8+
- googleapis/api-bigquery-dataframe
89

910
assign_issues_by:
1011
- labels:
1112
- "samples"
1213
to:
1314
- googleapis/python-samples-reviewers
1415
- googleapis/api-bigquery
16+
- googleapis/api-bigquery-dataframe
1517

1618
assign_prs:
1719
- googleapis/api-bigquery
20+
- googleapis/api-bigquery-dataframe

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"distribution_name": "pandas-gbq",
1212
"api_id": "bigquery.googleapis.com",
1313
"default_version": "",
14-
"codeowner_team": "@googleapis/api-bigquery"
14+
"codeowner_team": "@googleapis/api-bigquery @googleapis/api-bigquery-dataframe"
1515
}

0 commit comments

Comments
 (0)