Skip to content

Commit 01416ef

Browse files
chore(java_templates): add default CODEOWNERS files for samples reviews (#96)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/129bf4ce-2255-4b88-83a1-1b40d560e3d3/targets Source-Link: googleapis/synthtool@8b65daa
1 parent 70c3fd2 commit 01416ef

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Code owners file.
2+
# This file controls who is tagged for review for any given pull request.
3+
4+
# For syntax help see:
5+
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6+
7+
# The java-samples-reviewers team is the default owner for samples changes
8+
samples/**/*.java @googleapis/java-samples-reviewers

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/java-pubsublite.git",
7-
"sha": "add80781c6b647834f2aa07cd8a9ff6609fd280d"
6+
"remote": "https://github.com/googleapis/java-pubsublite.git",
7+
"sha": "70c3fd21945ef604e9129e1c230e713d538acda7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "470789cee75ce93c41348ad6aa4c49363a80399b"
14+
"sha": "8b65daa222d193b689279162781baf0aa1f0ffd2"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)