Skip to content

Commit

Permalink
chore: add cicd team to codeowners (#4043)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabirmean authored Jun 3, 2021
1 parent d88eef8 commit 8fe33dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

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

/Bigtable @googleapis/api-bigtable @googleapis/yoshi-php
/Datastore/ @googleapis/firestore-dpe @googleapis/yoshi-php
/Firestore/ @googleapis/firestore-dpe @googleapis/yoshi-php
/Storage/ @googleapis/storage-dpe @googleapis/yoshi-php
/BigQuery*/. @googleapis/api-bigquery @googleapis/yoshi-php
/PubSub/ @googleapis/api-pubsub @googleapis/yoshi-php
/Bigtable @googleapis/api-bigtable @googleapis/yoshi-php @googleapis/cicd
/Datastore/ @googleapis/firestore-dpe @googleapis/yoshi-php @googleapis/cicd
/Firestore/ @googleapis/firestore-dpe @googleapis/yoshi-php @googleapis/cicd
/Storage/ @googleapis/storage-dpe @googleapis/yoshi-php @googleapis/cicd
/BigQuery*/. @googleapis/api-bigquery @googleapis/yoshi-php @googleapis/cicd
/PubSub/ @googleapis/api-pubsub @googleapis/yoshi-php @googleapis/cicd
1 change: 1 addition & 0 deletions Container/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"distribution_name": "google/cloud-container",
"release_level": "ga",
"codeowner_team": "@googleapis/cicd",
"client_documentation": "http://googleapis.github.io/google-cloud-php/#/docs/cloud-container/latest"
}

0 comments on commit 8fe33dc

Please sign in to comment.