Skip to content

Commit

Permalink
chore: add codeowner_team to repo-metadata.json (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Sep 3, 2021
1 parent 2c98be3 commit 389ae57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-dataproc/.github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax


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

# The python-samples-reviewers team is the default owner for samples changes
/samples/**/*.py @loferris @googleapis/api-dataproc @googleapis/python-samples-owners
# @googleapis/python-samples-owners and @googleapis/api-dataproc are the default owners for samples changes
/samples/ @googleapis/python-samples-owners @googleapis/api-dataproc
5 changes: 3 additions & 2 deletions packages/google-cloud-dataproc/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"repo": "googleapis/python-dataproc",
"distribution_name": "google-cloud-dataproc",
"api_id": "dataproc.googleapis.com",
"requires_billing": true
}
"requires_billing": true,
"codeowner_team": "@googleapis/api-dataproc"
}

0 comments on commit 389ae57

Please sign in to comment.