Skip to content

Commit

Permalink
chore(java_templates): add default CODEOWNERS files for samples revie…
Browse files Browse the repository at this point in the history
…ws (#410)

This should automatically request reviews from the googleapis/java-samples-reviewers team for changes to samples Java code.

If you provide a `codeowner_team` in the `.repo-metadata.json` configuration file, it also adds an entry for any Java code. Note that later entries in the file take precedence over earlier ones so samples Java code will only require reviews by the samples team.

Source-Author: Jeff Ching <[email protected]>
Source-Date: Wed Jun 3 15:32:11 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 8b65daa222d193b689279162781baf0aa1f0ffd2
Source-Link: googleapis/synthtool@8b65daa
  • Loading branch information
yoshi-automation authored Jun 4, 2020
1 parent dca297a commit 12c49a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @stephaniewang526 @googleapis/java-samples-reviewers
samples/**/*.java @googleapis/java-samples-reviewers
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquery.git",
"sha": "d00a0e814a9ec3d64fee3b30fbf8c33623858d15"
"sha": "a481845736827078c899e4c2015e0058c73ec505"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "388f7aafee3d7a067c23db6c13b7e83fb361c64a"
"sha": "8b65daa222d193b689279162781baf0aa1f0ffd2"
}
}
]
Expand Down

0 comments on commit 12c49a3

Please sign in to comment.