From 9ecdfbc5e0cdefdf7dd65f4e97b0bfbe3c3dc394 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 14 Jun 2022 21:32:34 +0000 Subject: [PATCH] chore: include generated samples dir (#213) --- java-shell/.github/.OwlBot.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java-shell/.github/.OwlBot.yaml b/java-shell/.github/.OwlBot.yaml index 2f825eee5305..7c4a65b633fb 100644 --- a/java-shell/.github/.OwlBot.yaml +++ b/java-shell/.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/shell/(v.*)/.*-java/grpc-google-.*/src" dest: "/owl-bot-staging/$1/grpc-google-cloud-shell-$1/src" - source: "/google/cloud/shell/(v.*)/.*-java/gapic-google-.*/src" - dest: "/owl-bot-staging/$1/google-cloud-shell/src" \ No newline at end of file + dest: "/owl-bot-staging/$1/google-cloud-shell/src" +- source: "/google/cloud/shell/(v.*)/.*-java/samples/snippets/generated" + dest: "/owl-bot-staging/$1/samples/snippets/generated"