Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- mukund-ananthu
- abbrowne126

assign_issues_by:
- labels:
- "samples"
to:
- googleapis/python-samples-reviewers
- mukund-ananthu
- abbrowne126

assign_prs:
- mukund-ananthu
- abbrowne126
4 changes: 1 addition & 3 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,7 @@
system_test_python_versions=["3.12"],
system_test_external_dependencies=["psutil","flaky"],
)
s.move(templated_files, excludes=[".coveragerc", ".github/release-please.yml", "README.rst", "docs/index.rst"])

s.replace(".github/blunderbuss.yml", "googleapis/api-pubsub", "mukund-ananthu")
s.move(templated_files, excludes=[".coveragerc", ".github/blunderbuss.yml", ".github/release-please.yml", "README.rst", "docs/index.rst"])

python.py_samples(skip_readmes=True)

Expand Down