Skip to content

Commit

Permalink
chore: include generated samples dir (googleapis#297)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
eaball35 and gcf-owl-bot[bot] committed Jun 14, 2022
1 parent 202a2b2 commit f0445ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion java-contact-center-insights/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ 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"
dest: "/owl-bot-staging/$1/proto-google-cloud-contact-center-insights-$1/src"
- 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"
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"

0 comments on commit f0445ef

Please sign in to comment.