Skip to content

Commit

Permalink
chore: add codeowners (#401)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dinagraves and gcf-owl-bot[bot] authored Jan 20, 2022
1 parent 5f26cdb commit e8df849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion java-workflows/.github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

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

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers
3 changes: 2 additions & 1 deletion java-workflows/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"distribution_name": "com.google.cloud:google-cloud-workflows",
"api_id": "workflows.googleapis.com",
"requires_billing": true,
"library_type": "GAPIC_AUTO"
"library_type": "GAPIC_AUTO",
"codeowner_team": "@googleapis/aap-dpes"
}

0 comments on commit e8df849

Please sign in to comment.