Skip to content

Commit af0da54

Browse files
build(java): enable blunderbuss for samples (#542)
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 b1b0455 commit af0da54

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/blunderbuss.yml

Lines changed: 7 additions & 0 deletions
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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "cf8a6b13770a399f02052a80df38fa0531f9277d"
7+
"sha": "b1b0455ec1c4db7244ce5037e17eb301b26a7337"
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
],
@@ -48,6 +48,7 @@
4848
".github/ISSUE_TEMPLATE/feature_request.md",
4949
".github/ISSUE_TEMPLATE/support_request.md",
5050
".github/PULL_REQUEST_TEMPLATE.md",
51+
".github/blunderbuss.yml",
5152
".github/generated-files-bot.yml",
5253
".github/readme/synth.py",
5354
".github/release-please.yml",

0 commit comments

Comments
 (0)