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

chore: add codeowner_team to repo-metadata.json #161

Merged
merged 3 commits into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
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
parthea marked this conversation as resolved.
Show resolved Hide resolved
5 changes: 3 additions & 2 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
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"
}