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

Commit a06d8d4

Browse files
authored
chore: add codeowner_team to repo-metadata.json (#260)
1 parent 6765942 commit a06d8d4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

77

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

11-
# The python-samples-reviewers team is the default owner for samples changes
12-
/samples/**/*.py @loferris @googleapis/api-dataproc @googleapis/python-samples-owners
11+
# @googleapis/python-samples-owners and @googleapis/api-dataproc are the default owners for samples changes
12+
/samples/ @googleapis/python-samples-owners @googleapis/api-dataproc

.repo-metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"repo": "googleapis/python-dataproc",
1111
"distribution_name": "google-cloud-dataproc",
1212
"api_id": "dataproc.googleapis.com",
13-
"requires_billing": true
14-
}
13+
"requires_billing": true,
14+
"codeowner_team": "@googleapis/api-dataproc"
15+
}

0 commit comments

Comments
 (0)