Skip to content

Commit ccb3a73

Browse files
build(java): enable blunderbuss for samples
Source-Author: Jeff Ching <[email protected]> Source-Date: Mon Nov 23 10:23:01 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: 943bb78606d035001123030067dffcc34f4645f2 Source-Link: googleapis/synthtool@943bb78
1 parent 94d6291 commit ccb3a73

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/blunderbuss.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
assign_issues:
2-
- simonz130
3-
assign_prs:
4-
- simonz130
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,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging.git",
7-
"sha": "2f617d46b0294b6ca670e6ea39c53fb83aadb8d1"
7+
"sha": "94d62919c8253e46b906cdb661bfabb7f27852af"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "68742c6016bf0d16948a572633d17955a8737414"
22+
"sha": "943bb78606d035001123030067dffcc34f4645f2"
2323
}
2424
}
2525
],
@@ -40,6 +40,7 @@
4040
".github/ISSUE_TEMPLATE/feature_request.md",
4141
".github/ISSUE_TEMPLATE/support_request.md",
4242
".github/PULL_REQUEST_TEMPLATE.md",
43+
".github/blunderbuss.yml",
4344
".github/generated-files-bot.yml",
4445
".github/readme/synth.py",
4546
".github/release-please.yml",

0 commit comments

Comments
 (0)