Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit cc0a557

Browse files
build(java): enable blunderbuss for samples (#224)
Source-Author: Jeff Ching <chingor@google.com> Source-Date: Mon Nov 23 10:23:01 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: 943bb78606d035001123030067dffcc34f4645f2 Source-Link: googleapis/synthtool@943bb78
1 parent 5cb871e commit cc0a557

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/blunderbuss.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Configuration for the Blunderbuss GitHub app. For more info see
2+
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/blunderbuss
3+
assign_prs_by:
4+
- labels:
5+
- samples
6+
to:
7+
- googleapis/java-samples-reviewers

synth.metadata

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
7-
"sha": "ab1e712dcaa302689f562d8be52c671f1e349f47"
7+
"sha": "5cb871ec7f0a69138126fdc0775efb47a9243151"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "68742c6016bf0d16948a572633d17955a8737414"
14+
"sha": "943bb78606d035001123030067dffcc34f4645f2"
1515
}
1616
}
1717
],
@@ -21,6 +21,7 @@
2121
".github/ISSUE_TEMPLATE/feature_request.md",
2222
".github/ISSUE_TEMPLATE/support_request.md",
2323
".github/PULL_REQUEST_TEMPLATE.md",
24+
".github/blunderbuss.yml",
2425
".github/generated-files-bot.yml",
2526
".github/readme/synth.py",
2627
".github/snippet-bot.yml",

0 commit comments

Comments
 (0)