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"