File tree 2 files changed +6
-0
lines changed
synthtool/gcp/templates/java_library/.github
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 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
8
* @ googleapis/yoshi-java {{ metadata['repo']['codeowner_team'] }}
9
+ {% if 'library_type' in metadata['repo'] and metadata['repo']['library_type'] != 'GAPIC_AUTO' %}
10
+ # for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner
9
11
** /* .java {{ metadata['repo']['codeowner_team'] }}
12
+ {% endif %}
10
13
{% else %}
11
14
* @ googleapis/yoshi-java
12
15
{% endif %}
Original file line number Diff line number Diff line change @@ -58,3 +58,6 @@ permissionRules:
58
58
permission : admin
59
59
- team : yoshi-java
60
60
permission : push
61
+ - team : java-samples-reviewers
62
+ permission : push
63
+
You can’t perform that action at this time.
0 commit comments