Skip to content

Commit

Permalink
Create CODEOWNERS (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
czahedi authored May 6, 2020
1 parent 2067078 commit 7216d20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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


# The yoshi-php team is the default owner for anything not
# explicitly taken by someone else.
* @googleapis/yoshi-php

/Bigtable @GoogleCloudPlatform/bigtable-dpe @googleapis/yoshi-php
/Datastore/ @GoogleCloudPlatform/firestore-dpe @googleapis/yoshi-php
/Firestore/ @GoogleCloudPlatform/firestore-dpe @googleapis/yoshi-php
/Storage/ @GoogleCloudPlatform/storage-dpe @googleapis/yoshi-php

0 comments on commit 7216d20

Please sign in to comment.