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

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

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
chore: add codeowner_team to repo-metadata.json
  • Loading branch information
parthea committed Sep 3, 2021
commit 99d220e088fdca73f77ec6d42bb41807d64b22ce
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# 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

/samples/ @googleapis/python-samples-owners @googleapis/api-bigquery
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-datatransfer",
"distribution_name": "google-cloud-bigquery-datatransfer",
"api_id": "bigquerydatatransfer.googleapis.com",
"requires_billing": true
}
"requires_billing": true,
"codeowner_team": "@googleapis/api-bigquery"
}