From 7b0aa18a95a6e228b47dfb03fcf7b0ca9ea651d3 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 02:16:15 +0000 Subject: [PATCH] chore: Generated snippets should not be owned by samples reviewers (#1575) (#17) Source-Link: https://github.com/googleapis/synthtool/commit/2e9ac19d5b8181af77cdc5337cf922517813cc49 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93 --- .../.github/.OwlBot.lock.yaml | 4 ++-- java-beyondcorp-clientconnectorservices/.github/CODEOWNERS | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/java-beyondcorp-clientconnectorservices/.github/.OwlBot.lock.yaml b/java-beyondcorp-clientconnectorservices/.github/.OwlBot.lock.yaml index 8218fd869c27..6259292301cb 100644 --- a/java-beyondcorp-clientconnectorservices/.github/.OwlBot.lock.yaml +++ b/java-beyondcorp-clientconnectorservices/.github/.OwlBot.lock.yaml @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. docker: - digest: sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b - image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest \ No newline at end of file + image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest + digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93 diff --git a/java-beyondcorp-clientconnectorservices/.github/CODEOWNERS b/java-beyondcorp-clientconnectorservices/.github/CODEOWNERS index 30fdb7b9c8f7..db2d8ad1747b 100644 --- a/java-beyondcorp-clientconnectorservices/.github/CODEOWNERS +++ b/java-beyondcorp-clientconnectorservices/.github/CODEOWNERS @@ -8,3 +8,6 @@ # 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