Skip to content

Commit

Permalink
chore: Update CODEOWNERS for @googleapis/cloud-storage-dpe (googleapi…
Browse files Browse the repository at this point in the history
…s#693)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-storage-nio/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️
  • Loading branch information
danielbankhead committed Sep 8, 2021
1 parent b5007b5 commit 85b067a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

* @googleapis/yoshi-java
* @googleapis/yoshi-java @googleapis/cloud-storage-dpe

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers
3 changes: 2 additions & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"repo": "googleapis/java-storage-nio",
"repo_short": "java-storage-nio",
"distribution_name": "com.google.cloud:google-cloud-nio",
"api_id": "storage.googleapis.com"
"api_id": "storage.googleapis.com",
"codeowner_team": "@googleapis/cloud-storage-dpe"
}

0 comments on commit 85b067a

Please sign in to comment.