chore: Update synth.py to exclude codeowners#400
chore: Update synth.py to exclude codeowners#400freelerobot merged 15 commits intogoogleapis:masterfrom
Conversation
Merge branch 'api-logs-codeowners' of github.com:googleapis/java-logging
|
Warning: This pull request is touching the following templated files:
|
|
|
||
| # The java-samples-reviewers team is the default owner for samples changes | ||
| samples/**/*.java @googleapis/java-samples-reviewers | ||
| samples/**/*.java @googleapis/java-samples-reviewers @googleapis/api-logging |
There was a problem hiding this comment.
This was intentional to ensure that samples met the Java samples styleguide. We can work on adding folks from the observability team to the samples reviewers group.
There was a problem hiding this comment.
Reverting this change. It would be useful to get comms on what's happening on the yoshi side - it's not the first time that we discover surprise changes in the repos we own without prior communication.
Codecov Report
@@ Coverage Diff @@
## master #400 +/- ##
=========================================
Coverage 76.67% 76.67%
Complexity 680 680
=========================================
Files 44 44
Lines 4249 4249
Branches 287 287
=========================================
Hits 3258 3258
Misses 826 826
Partials 165 165
Continue to review full report at Codecov.
|
| java.common_templates() | ||
| java.common_templates(excludes=[ | ||
| '.gitignore', | ||
| '.github/CODEOWNERS', |
There was a problem hiding this comment.
We really don't want to drift on the CODEOWNERs files unless we have a big need to
Prevents autogeneration of github/CODEOWNERS, github/blunderbuss.yml and CONTRIBUTING.md so repo-specific settings are not overridden by bots.
Fixes #399