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

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

Merged
merged 2 commits into from
Sep 29, 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/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
parthea marked this conversation as resolved.
Show resolved Hide resolved
/samples/ @googleapis/python-samples-owners @googleapis/api-bigquery
3 changes: 2 additions & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-data-qna",
"distribution_name": "google-cloud-data-qna",
"api_id": "dataqna.googleapis.com"
"api_id": "dataqna.googleapis.com",
"codeowner_team": "@googleapis/api-bigquery"
}