Skip to content

Commit 425f6db

Browse files
chore(java_templates): add default CODEOWNERS files for samples reviews (#152)
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 <chingor@google.com> Source-Date: Wed Jun 3 15:32:11 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 8b65daa222d193b689279162781baf0aa1f0ffd2 Source-Link: googleapis/synthtool@8b65daa
1 parent 976d979 commit 425f6db

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/CODEOWNERS

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Code owners file.
22
# This file controls who is tagged for review for any given pull request.
3-
#
3+
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

7-
8-
# The firestore-dpe team is the default owner for anything not
9-
# explicitly taken by someone else.
10-
* @googleapis/firestore-dpe
7+
# The java-samples-reviewers team is the default owner for samples changes
8+
samples/**/*.java @googleapis/java-samples-reviewers

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "660f216302fedaf2f5fe0f4c76cdab8fca65cbd1"
7+
"sha": "d572efb1d8367086d2062c3a2f2c0ae61b85abf8"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "5b48b0716a36ca069db3038da7e205c87a22ed19"
22+
"sha": "8b65daa222d193b689279162781baf0aa1f0ffd2"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)