From f0445eff6973da25208e497043da125968b7e72f Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 14 Jun 2022 19:49:05 +0000 Subject: [PATCH] chore: include generated samples dir (#297) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: include generated samples dir * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- java-contact-center-insights/.github/.OwlBot.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java-contact-center-insights/.github/.OwlBot.yaml b/java-contact-center-insights/.github/.OwlBot.yaml index fc08fcc600f6..a694e875f46d 100644 --- a/java-contact-center-insights/.github/.OwlBot.yaml +++ b/java-contact-center-insights/.github/.OwlBot.yaml @@ -19,6 +19,7 @@ deep-remove-regex: - "/grpc-google-.*/src" - "/proto-google-.*/src" - "/google-.*/src" +- "/samples/snippets/generated" deep-copy-regex: - source: "/google/cloud/contactcenterinsights/(v.*)/.*-java/proto-google-.*/src" @@ -26,4 +27,6 @@ deep-copy-regex: - source: "/google/cloud/contactcenterinsights/(v.*)/.*-java/grpc-google-.*/src" dest: "/owl-bot-staging/$1/grpc-google-cloud-contact-center-insights-$1/src" - source: "/google/cloud/contactcenterinsights/(v.*)/.*-java/gapic-google-.*/src" - dest: "/owl-bot-staging/$1/google-cloud-contact-center-insights/src" \ No newline at end of file + dest: "/owl-bot-staging/$1/google-cloud-contact-center-insights/src" +- source: "/google/cloud/contactcenterinsights/(v.*)/.*-java/samples/snippets/generated" + dest: "/owl-bot-staging/$1/samples/snippets/generated"