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

Commit 34f64d1

Browse files
chore(java): set yoshi-java as default CODEOWNER (#356)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/859d9a97-f544-49af-b5bb-6af06fb6542a/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@80003a3
1 parent 5410fcd commit 34f64d1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

77
# The @googleapis/api-bigquery is the default owner for changes in this repo
8+
* @googleapis/yoshi-java @googleapis/api-bigquery
89
**/*.java @googleapis/api-bigquery
910

1011
# The java-samples-reviewers team is the default owner for samples changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
41-
<version>1.0.9</version>
41+
<version>1.0.10</version>
4242
</dependency>
4343

4444
```

synth.metadata

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
14-
"sha": "ad32b5f50bede5c56bdaf6c8c79508ab44130c70"
14+
"sha": "5410fcd75a85924b2b8c4e4bcf778e1eff9b287f"
1515
}
1616
},
1717
{
@@ -26,7 +26,7 @@
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "019c7168faa0e56619f792693a8acdb30d6de19b"
29+
"sha": "80003a3de2d8a75f5b47cb2e77e018f7f0f776cc"
3030
}
3131
}
3232
],
@@ -49,6 +49,7 @@
4949
".github/PULL_REQUEST_TEMPLATE.md",
5050
".github/release-please.yml",
5151
".github/trusted-contribution.yml",
52+
".github/workflows/auto-release.yaml",
5253
".github/workflows/ci.yaml",
5354
".github/workflows/samples.yaml",
5455
".kokoro/build.bat",

0 commit comments

Comments
 (0)