Skip to content

Commit 507673b

Browse files
chore(java_templates): add default CODEOWNERS files for samples reviews (googleapis#229)
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 3d1052a commit 507673b

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>5.4.0</version>
20+
<version>5.5.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-pubsub.git",
7-
"sha": "63a0e7a423ca0e9de9e446f0686aec6e6368f67c"
7+
"sha": "ed222384f58d1b3b61d9844bfefe55d71961fbc4"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "388f7aafee3d7a067c23db6c13b7e83fb361c64a"
22+
"sha": "8b65daa222d193b689279162781baf0aa1f0ffd2"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)