From 2e9ac19d5b8181af77cdc5337cf922517813cc49 Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Fri, 9 Sep 2022 16:52:15 -0400 Subject: [PATCH] chore: Generated snippets should not be owned by samples reviewers (#1575) --- synthtool/gcp/templates/java_library/.github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synthtool/gcp/templates/java_library/.github/CODEOWNERS b/synthtool/gcp/templates/java_library/.github/CODEOWNERS index 37403088c..5002a1b08 100644 --- a/synthtool/gcp/templates/java_library/.github/CODEOWNERS +++ b/synthtool/gcp/templates/java_library/.github/CODEOWNERS @@ -15,3 +15,6 @@ {% endif %} # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers + +# Generated snippets should not be owned by samples reviewers +samples/snippets/generated/ @googleapis/yoshi-java