Skip to content

Commit

Permalink
chore: add bigframes team as co-owners for pandas-gbq (#847)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
tswast and gcf-owl-bot[bot] authored Jan 6, 2025
1 parent d2f32df commit c9fe842
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
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/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
3 changes: 3 additions & 0 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
# team, please update `codeowner_team` in `.repo-metadata.json`.
assign_issues:
- googleapis/api-bigquery
- googleapis/api-bigquery-dataframe

assign_issues_by:
- labels:
- "samples"
to:
- googleapis/python-samples-reviewers
- googleapis/api-bigquery
- googleapis/api-bigquery-dataframe

assign_prs:
- googleapis/api-bigquery
- googleapis/api-bigquery-dataframe
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit c9fe842

Please sign in to comment.