Skip to content

Commit

Permalink
chore(java): set yoshi-java as default CODEOWNER (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 21, 2020
1 parent 538a680 commit 80003a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synthtool/gcp/templates/java_library/.github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
{% if 'codeowner_team' in metadata['repo'] %}
# The {{ metadata['repo']['codeowner_team'] }} is the default owner for changes in this repo
* @googleapis/yoshi-java {{ metadata['repo']['codeowner_team'] }}
**/*.java {{ metadata['repo']['codeowner_team'] }}
{% else %}
* @googleapis/yoshi-java
{% endif %}
# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers

0 comments on commit 80003a3

Please sign in to comment.