Skip to content

Commit

Permalink
chore: change aap-dpes ownership to samples directory only (#768)
Browse files Browse the repository at this point in the history
* chore: change aap-dpes ownership to samples directory only

* Update .repo-metadata.json

* Update CODEOWNERS
  • Loading branch information
Neenu1995 authored Jun 13, 2022
1 parent 80475ae commit f7e6fba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 2 additions & 3 deletions java-scheduler/.github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

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

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers
samples/**/*.java @googleapis/java-samples-reviewers @googleapis/aap-dpes
3 changes: 1 addition & 2 deletions java-scheduler/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"transport": "grpc",
"requires_billing": false,
"api_description": "lets you set up scheduled units of work to be executed at defined times or regular intervals. These work units are commonly known as cron jobs. Typical use cases might include sending out a report email on a daily basis, updating some cached data every 10 minutes, or updating some summary information once an hour.",
"library_type": "GAPIC_AUTO",
"codeowner_team": "@googleapis/aap-dpes"
"library_type": "GAPIC_AUTO"
}
5 changes: 4 additions & 1 deletion java-scheduler/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@
s.move(library)

s.remove_staging_dirs()
java.common_templates(excludes=[".kokoro/dependencies.sh"])
java.common_templates(excludes=[
".kokoro/dependencies.sh",
".github/CODEOWNERS"
])

0 comments on commit f7e6fba

Please sign in to comment.