File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
google-cloud-logging/src/main/java/com/google/cloud/logging Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
# For syntax help see:
5
5
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6
6
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
10
8
11
9
# The java-samples-reviewers team is the default owner for samples changes
12
10
samples /** /* .java @ googleapis/java-samples-reviewers
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public enum Type {
65
65
TOPIC ,
66
66
67
67
/** Specifies a Logging bucket as destination for the sink. */
68
- LOGGING_BUCKET ;
68
+ LOGGING_BUCKET
69
69
}
70
70
71
71
/** Class for specifying a Google Cloud Storage bucket as destination for the sink. */
Original file line number Diff line number Diff line change 29
29
bazel_target = f'//google/{ service } /{ version } :google-cloud-{ service } -{ version } -java' ,
30
30
)
31
31
32
- java .common_templates ()
32
+ java .common_templates (excludes = [
33
+ '.gitignore' ,
34
+ '.github/CODEOWNERS' ,
35
+ '.github/blunderbuss.yml' ,
36
+ 'CONTRIBUTING.md' ,
37
+ ])
You can’t perform that action at this time.
0 commit comments