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

Commit d42114d

Browse files
chore: add codeowners (#212)
* chore: add codeowners * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8ae82d7 commit d42114d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

7-
* @googleapis/yoshi-java
7+
# The @googleapis/aap-dpes is the default owner for changes in this repo
8+
* @googleapis/yoshi-java @googleapis/aap-dpes
9+
**/*.java @googleapis/aap-dpes
810

911
# The java-samples-reviewers team is the default owner for samples changes
1012
samples/**/*.java @googleapis/java-samples-reviewers

.repo-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"distribution_name": "com.google.cloud:google-cloud-artifact-registry",
1313
"api_id": "artifactregistry.googleapis.com",
1414
"requires_billing": true,
15-
"library_type": "GAPIC_AUTO"
15+
"library_type": "GAPIC_AUTO",
16+
"codeowner_team": "@googleapis/aap-dpes"
1617
}

0 commit comments

Comments
 (0)