File tree 1 file changed +19
-0
lines changed
synthtool/gcp/templates/python_library/.github
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Code owners file.
2
+ # This file controls who is tagged for review for any given pull request.
3
+ #
4
+ # For syntax help see:
5
+ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6
+ # Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.
7
+ {% if metadata['repo']['codeowner_team']|length %}
8
+ # @googleapis/yoshi-python {{ metadata['repo']['codeowner_team'] }} are the default owners for changes in this repo
9
+ * @ googleapis/yoshi-python {{ metadata['repo']['codeowner_team'] }}
10
+
11
+ # @googleapis/python-samples-owners {{ metadata['repo']['codeowner_team'] }} are the default owners for samples changes
12
+ /samples / @ googleapis/python-samples-owners {{ metadata['repo']['codeowner_team'] }}
13
+ {% else %}
14
+ # @googleapis/yoshi-python is the default owner for changes in this repo
15
+ * @ googleapis/yoshi-python
16
+
17
+ # @googleapis/python-samples-owners is the default owner for samples changes
18
+ /samples / @ googleapis/python-samples-owners
19
+ {% endif -%}
You can’t perform that action at this time.
0 commit comments