Skip to content

Commit f6b402f

Browse files
authored
Create CODEOWNERS (googleapis#5916)
* Create CODEOWNERS @crwilcox requested teams for repo access across the board for SoDa teams. Adding a CODEOWNERS file with yoshi-ruby as default and with the storage team. * Update CODEOWNERS Adding bigtable and firestore * Update CODEOWNERS Add datastore
1 parent 0fc318c commit f6b402f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
8+
# The yoshi-ruby team is the default owner for anything not
9+
# explicitly taken by someone else.
10+
* @googleapis/yoshi-ruby
11+
12+
/google-cloud-storage/ @GoogleCloudPlatform/storage-dpe @googleapis/yoshi-ruby
13+
/google-cloud-bigtable/ @GoogleCloudPlatform/bigtable-dpe @googleapis/yoshi-ruby
14+
/google-cloud-firestore/ @GoogleCloudPlatform/firestore-dpe @googleapis/yoshi-ruby
15+
/google-cloud-datastore/ @GoogleCloudPlatform/firestore-dpe @googleapis/yoshi-ruby

0 commit comments

Comments
 (0)