From 7438f8936e0e8b4965d1e0f94e59286bb6e63a74 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 14 Jun 2022 21:40:21 +0000 Subject: [PATCH] chore: include generated samples dir (#225) --- java-binary-authorization/.github/.OwlBot.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java-binary-authorization/.github/.OwlBot.yaml b/java-binary-authorization/.github/.OwlBot.yaml index 21a244bacbc1..34ce36f57c59 100644 --- a/java-binary-authorization/.github/.OwlBot.yaml +++ b/java-binary-authorization/.github/.OwlBot.yaml @@ -16,6 +16,7 @@ docker: image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest" deep-remove-regex: +- "/samples/snippets/generated" - "/grpc-google-.*/src" - "/proto-google-.*/src" - "/google-.*/src" @@ -26,4 +27,6 @@ deep-copy-regex: - source: "/google/cloud/binaryauthorization/(v.*)/.*-java/grpc-google-.*/src" dest: "/owl-bot-staging/$1/grpc-google-cloud-binary-authorization-$1/src" - source: "/google/cloud/binaryauthorization/(v.*)/.*-java/gapic-google-.*/src" - dest: "/owl-bot-staging/$1/google-cloud-binary-authorization/src" \ No newline at end of file + dest: "/owl-bot-staging/$1/google-cloud-binary-authorization/src" +- source: "/google/cloud/binaryauthorization/(v.*)/.*-java/samples/snippets/generated" + dest: "/owl-bot-staging/$1/samples/snippets/generated"