Skip to content

Commit c7ee613

Browse files
authored
chore: change assignees for issues and PRs to abbrowne126 (#1410)
1 parent 60639c4 commit c7ee613

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/blunderbuss.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Note: This file is autogenerated. To make changes to the assignee
55
# team, please update `codeowner_team` in `.repo-metadata.json`.
66
assign_issues:
7-
- mukund-ananthu
7+
- abbrowne126
88

99
assign_issues_by:
1010
- labels:
1111
- "samples"
1212
to:
1313
- googleapis/python-samples-reviewers
14-
- mukund-ananthu
14+
- abbrowne126
1515

1616
assign_prs:
17-
- mukund-ananthu
17+
- abbrowne126

owlbot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,7 @@
343343
system_test_python_versions=["3.12"],
344344
system_test_external_dependencies=["psutil","flaky"],
345345
)
346-
s.move(templated_files, excludes=[".coveragerc", ".github/release-please.yml", "README.rst", "docs/index.rst"])
347-
348-
s.replace(".github/blunderbuss.yml", "googleapis/api-pubsub", "mukund-ananthu")
346+
s.move(templated_files, excludes=[".coveragerc", ".github/blunderbuss.yml", ".github/release-please.yml", "README.rst", "docs/index.rst"])
349347

350348
python.py_samples(skip_readmes=True)
351349

0 commit comments

Comments
 (0)