From 26ea8277b032ab46515b8474bb963ee16720cd40 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 --- .github/.OwlBot.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml index fc08fcc6..a694e875 100644 --- a/.github/.OwlBot.yaml +++ b/.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"