We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a3599 commit da89e53Copy full SHA for da89e53
2 files changed
synthtool/gcp/templates/java_library/.github/CODEOWNERS
@@ -6,7 +6,10 @@
6
{% if 'codeowner_team' in metadata['repo'] %}
7
# The {{ metadata['repo']['codeowner_team'] }} is the default owner for changes in this repo
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
11
**/*.java {{ metadata['repo']['codeowner_team'] }}
12
+{% endif %}
13
{% else %}
14
* @googleapis/yoshi-java
15
{% endif %}
synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml
@@ -58,3 +58,6 @@ permissionRules:
58
permission: admin
59
- team: yoshi-java
60
permission: push
61
+- team: java-samples-reviewers
62
+ permission: push
63
+
0 commit comments