Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: add codeowner_team to repo-metadata.json (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Swast <swast@google.com>
  • Loading branch information
parthea and tswast committed Sep 27, 2021
1 parent e547ae8 commit f36ede3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -4,8 +4,9 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# The @googleapis/api-bigquery is the default owner for changes in this repo
* @googleapis/api-bigquery @googleapis/yoshi-python

# The python-samples-reviewers team is the default owner for samples changes
/samples/ @googleapis/python-samples-owners @googleapis/api-bigquery @googleapis/yoshi-python
# @googleapis/yoshi-python and @googleapis/api-bigquery are the default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/api-bigquery

# @googleapis/python-samples-owners and @googleapis/api-bigquery are the default owners for samples changes
/samples/ @googleapis/python-samples-owners @googleapis/api-bigquery
5 changes: 3 additions & 2 deletions .repo-metadata.json
Expand Up @@ -10,5 +10,6 @@
"repo": "googleapis/python-bigquery-reservation",
"distribution_name": "google-cloud-bigquery-reservation",
"api_id": "bigqueryreservation.googleapis.com",
"requires_billing": true
}
"requires_billing": true,
"codeowner_team": "@googleapis/api-bigquery"
}

0 comments on commit f36ede3

Please sign in to comment.