|
5 | 5 | # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax |
6 | 6 | {% if 'codeowner_team' in metadata['repo'] %} |
7 | 7 | # The {{ metadata['repo']['codeowner_team'] }} is the default owner for changes in this repo |
| 8 | +*@googleapis/yoshi-java {{ metadata['repo']['codeowner_team'] }} |
8 | 9 | **/*.java {{ metadata['repo']['codeowner_team'] }} |
| 10 | +{% else %} |
| 11 | +*@googleapis/yoshi-java |
9 | 12 | {% endif %} |
10 | 13 | # The java-samples-reviewers team is the default owner for samples changes |
11 | 14 | samples/**/*.java@googleapis/java-samples-reviewers |