Skip to content

Commit 42fa6fd

Browse files
authored
chore: create CODEOWNERS (#3)
* chore: create CODEOWNERS * Update CODEOWNERS
1 parent 4ddc426 commit 42fa6fd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
7+
# yoshi-python is the default owner
8+
* @googleapis/yoshi-python
9+
10+
# The python-samples-owners team is the default owner for samples
11+
/samples/**/*.py @dizcology @googleapis/python-samples-owners

0 commit comments

Comments
 (0)