Skip to content

Commit 03312dc

Browse files
authored
chore: add default assignee for issues (#1065)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-spanner/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary)
1 parent af5d9a2 commit 03312dc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/blunderbuss.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

synth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@
9191
'.github/CODEOWNERS',
9292
'.github/sync-repo-settings.yaml',
9393
'.github/release-please.yml',
94+
'.github/blunderbuss.yml',
9495
])

0 commit comments

Comments
 (0)