Skip to content

Commit 32b6e89

Browse files
authored
chore: replace old teams with dkp-team (#455)
Replace old teams (dkp, onramp) with dkp-team. b/478003109
1 parent a246a00 commit 32b6e89

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/gcp-sphinx-docfx-yaml/.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
# Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.
77

8-
# @googleapis/cloud-sdk-python-team @googleapis/dkp are the default owners for changes in this repo
9-
* @googleapis/cloud-sdk-python-team @googleapis/dkp
8+
# @googleapis/cloud-sdk-python-team @googleapis/dkp-team are the default owners for changes in this repo
9+
* @googleapis/cloud-sdk-python-team @googleapis/dkp-team
1010

11-
# @googleapis/python-samples-reviewers @googleapis/dkp are the default owners for samples changes
12-
/samples/ @googleapis/python-samples-reviewers @googleapis/dkp
11+
# @googleapis/python-samples-reviewers @googleapis/dkp-team are the default owners for samples changes
12+
/samples/ @googleapis/python-samples-reviewers @googleapis/dkp-team

packages/gcp-sphinx-docfx-yaml/.github/blunderbuss.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Note: This file is autogenerated. To make changes to the assignee
55
# team, please update `codeowner_team` in `.repo-metadata.json`.
66
assign_issues:
7-
- googleapis/dkp
7+
- googleapis/dkp-team
88

99
assign_issues_by:
1010
- labels:
1111
- "samples"
1212
to:
1313
- googleapis/python-samples-reviewers
14-
- googleapis/dkp
14+
- googleapis/dkp-team
1515

1616
assign_prs:
17-
- googleapis/dkp
17+
- googleapis/dkp-team

packages/gcp-sphinx-docfx-yaml/.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ branchProtectionRules:
3232
# List of explicit permissions to add (additive only)
3333
permissionRules:
3434
# Team slug to add to repository permissions
35-
- team: googleapis/onramp
35+
- team: googleapis/dkp-team
3636
# Access level required, one of push|pull|admin|maintain|triage
3737
permission: push

packages/gcp-sphinx-docfx-yaml/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"language": "python",
99
"repo": "googleapis/sphinx-docfx-yaml",
1010
"distribution_name": "gcp-sphinx-docfx-yaml",
11-
"codeowner_team": "@googleapis/dkp",
11+
"codeowner_team": "@googleapis/dkp-team",
1212
"library_type": "OTHER"
1313
}

0 commit comments

Comments
 (0)