Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 26ea827

Browse files
chore: include generated samples dir (#297)
* 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b3b346f commit 26ea827

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/.OwlBot.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ deep-remove-regex:
1919
- "/grpc-google-.*/src"
2020
- "/proto-google-.*/src"
2121
- "/google-.*/src"
22+
- "/samples/snippets/generated"
2223

2324
deep-copy-regex:
2425
- source: "/google/cloud/contactcenterinsights/(v.*)/.*-java/proto-google-.*/src"
2526
dest: "/owl-bot-staging/$1/proto-google-cloud-contact-center-insights-$1/src"
2627
- source: "/google/cloud/contactcenterinsights/(v.*)/.*-java/grpc-google-.*/src"
2728
dest: "/owl-bot-staging/$1/grpc-google-cloud-contact-center-insights-$1/src"
2829
- source: "/google/cloud/contactcenterinsights/(v.*)/.*-java/gapic-google-.*/src"
29-
dest: "/owl-bot-staging/$1/google-cloud-contact-center-insights/src"
30+
dest: "/owl-bot-staging/$1/google-cloud-contact-center-insights/src"
31+
- source: "/google/cloud/contactcenterinsights/(v.*)/.*-java/samples/snippets/generated"
32+
dest: "/owl-bot-staging/$1/samples/snippets/generated"

0 commit comments

Comments
 (0)