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

Commit

Permalink
chore(java): set yoshi-java as default CODEOWNER (#356)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Sep 21, 2020
1 parent 5410fcd commit 34f64d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -5,6 +5,7 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

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

# The java-samples-reviewers team is the default owner for samples changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</dependency>

```
Expand Down
5 changes: 3 additions & 2 deletions synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
"sha": "ad32b5f50bede5c56bdaf6c8c79508ab44130c70"
"sha": "5410fcd75a85924b2b8c4e4bcf778e1eff9b287f"
}
},
{
Expand All @@ -26,7 +26,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "019c7168faa0e56619f792693a8acdb30d6de19b"
"sha": "80003a3de2d8a75f5b47cb2e77e018f7f0f776cc"
}
}
],
Expand All @@ -49,6 +49,7 @@
".github/PULL_REQUEST_TEMPLATE.md",
".github/release-please.yml",
".github/trusted-contribution.yml",
".github/workflows/auto-release.yaml",
".github/workflows/ci.yaml",
".github/workflows/samples.yaml",
".kokoro/build.bat",
Expand Down

0 comments on commit 34f64d1

Please sign in to comment.