Skip to content

Commit c61ee85

Browse files
author
Simon Zeltser
authored
chore: Update synth.py to exclude codeowners (#400)
* Debrand Cloud Logging library from Stackdriver * Add cdpe ops team to codeowners * fix codeowners * fix merge * fix: prevent autogen for blunderbuss config * fix: lint * fix: product name * fix: sample-reviewers in codeowners
1 parent 1e5a876 commit c61ee85

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

7-
# The @googleapis/api-logging is the default owner for changes in this repo
8-
* @googleapis/yoshi-java @googleapis/api-logging
9-
**/*.java @googleapis/api-logging
7+
* @googleapis/api-logging @googleapis/yoshi-java
108

119
# The java-samples-reviewers team is the default owner for samples changes
1210
samples/**/*.java @googleapis/java-samples-reviewers

google-cloud-logging/src/main/java/com/google/cloud/logging/SinkInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public enum Type {
6565
TOPIC,
6666

6767
/** Specifies a Logging bucket as destination for the sink. */
68-
LOGGING_BUCKET;
68+
LOGGING_BUCKET
6969
}
7070

7171
/** Class for specifying a Google Cloud Storage bucket as destination for the sink. */

synth.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@
2929
bazel_target=f'//google/{service}/{version}:google-cloud-{service}-{version}-java',
3030
)
3131

32-
java.common_templates()
32+
java.common_templates(excludes=[
33+
'.gitignore',
34+
'.github/CODEOWNERS',
35+
'.github/blunderbuss.yml',
36+
'CONTRIBUTING.md',
37+
])

0 commit comments

Comments
 (0)