Skip to content

Commit

Permalink
chore: create CODEOWNERS (#3)
Browse files Browse the repository at this point in the history
* chore: create CODEOWNERS

* Update CODEOWNERS
  • Loading branch information
busunkim96 committed Sep 23, 2020
1 parent 4ddc426 commit 42fa6fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Code owners file.
# This file controls who is tagged for review for any given pull request.
#
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# yoshi-python is the default owner
* @googleapis/yoshi-python

# The python-samples-owners team is the default owner for samples
/samples/**/*.py @dizcology @googleapis/python-samples-owners

0 comments on commit 42fa6fd

Please sign in to comment.