Skip to content

Commit 3e13f7a

Browse files
authored
chore: add default assignee for issues (googleapis#435)
1 parent 69e78a0 commit 3e13f7a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Configuration for the Blunderbuss GitHub app. For more info see
22
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/blunderbuss
3+
assign_issues:
4+
- thiagotnunes
35
assign_prs_by:
46
- labels:
57
- samples
68
to:
7-
- googleapis/java-samples-reviewers
9+
- googleapis/java-samples-reviewers

java-spanner-jdbc/synth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
java.common_templates(excludes=[
2222
'README.md',
23-
23+
2424
'.github/release-please.yml',
2525
'.github/sync-repo-settings.yaml',
26+
'.github/blunderbuss.yml',
2627
])

0 commit comments

Comments
 (0)