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

Commit b50dd28

Browse files
chore: add codeowners (#590)
* 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 cf58e53 commit b50dd28

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/CODEOWNERS

+3-1
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"transport": "grpc",
1414
"requires_billing": true,
1515
"api_description": "a fully managed service that allows you to manage the execution, dispatch and delivery of a large number of distributed tasks. You can asynchronously perform work outside of a user request. Your tasks can be executed on App Engine or any arbitrary HTTP endpoint.",
16-
"library_type": "GAPIC_AUTO"
16+
"library_type": "GAPIC_AUTO",
17+
"codeowner_team": "@googleapis/aap-dpes"
1718
}

0 commit comments

Comments
 (0)