Skip to content
Merged
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
16 changes: 6 additions & 10 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Blunderbuss config
#
# This file controls who is assigned for pull requests and issues.
# 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/api-bigquery-dataframe
- googleapis/cloud-sdk-python-team
- googleapis/bigquery-dataframe-team
Comment on lines +3 to +4
Copy link
Contributor

Choose a reason for hiding this comment

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

high

This blunderbuss.yml file is noted as autogenerated. To ensure these changes persist and are not overwritten by future automation, please confirm that the codeowner_team in .repo-metadata.json has also been updated to reflect these new team names.

Copy link
Member Author

Choose a reason for hiding this comment

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

The last update was also manual. The comment seems outdated.


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

assign_prs:
- googleapis/python-core-client-libraries
- googleapis/api-bigquery-dataframe
- googleapis/cloud-sdk-python-team
- googleapis/bigquery-dataframe-team
Loading