From f7e6fba18209d1c0ad982c6d16082a6afc2b1329 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Mon, 13 Jun 2022 15:23:46 -0400 Subject: [PATCH] chore: change aap-dpes ownership to samples directory only (#768) * chore: change aap-dpes ownership to samples directory only * Update .repo-metadata.json * Update CODEOWNERS --- java-scheduler/.github/CODEOWNERS | 5 ++--- java-scheduler/.repo-metadata.json | 3 +-- java-scheduler/owlbot.py | 5 ++++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/java-scheduler/.github/CODEOWNERS b/java-scheduler/.github/CODEOWNERS index 5f9903d51b40..21616d24047f 100644 --- a/java-scheduler/.github/CODEOWNERS +++ b/java-scheduler/.github/CODEOWNERS @@ -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 diff --git a/java-scheduler/.repo-metadata.json b/java-scheduler/.repo-metadata.json index 588647061fff..eb1e30c94251 100644 --- a/java-scheduler/.repo-metadata.json +++ b/java-scheduler/.repo-metadata.json @@ -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" } diff --git a/java-scheduler/owlbot.py b/java-scheduler/owlbot.py index 74b6f52f9ebb..ab119b1b5f83 100644 --- a/java-scheduler/owlbot.py +++ b/java-scheduler/owlbot.py @@ -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" +])