Skip to content

Commit

Permalink
chore(java): set yoshi-java as default CODEOWNER (#534)
Browse files Browse the repository at this point in the history
Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Mon Sep 21 09:00:06 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 80003a3de2d8a75f5b47cb2e77e018f7f0f776cc
Source-Link: googleapis/synthtool@80003a3
  • Loading branch information
yoshi-automation committed Sep 21, 2020
1 parent a2b6546 commit 86c62f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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
5 changes: 3 additions & 2 deletions synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "322aca4a69be8dc13e5e30a942c4bb726a69fa76"
"sha": "a2b65467b65f87449a5ffa160326eac19437e8fd"
}
},
{
Expand Down Expand Up @@ -50,7 +50,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "019c7168faa0e56619f792693a8acdb30d6de19b"
"sha": "80003a3de2d8a75f5b47cb2e77e018f7f0f776cc"
}
}
],
Expand Down Expand Up @@ -100,6 +100,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.sh",
Expand Down

0 comments on commit 86c62f8

Please sign in to comment.