Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: include generated samples dir (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaball35 committed Jun 14, 2022
1 parent bc583de commit 31df9b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ docker:
image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest"

deep-remove-regex:
- "/samples/snippets/generated"
- "/grpc-google-.*/src"
- "/proto-google-.*/src"
- "/google-.*/src"
Expand All @@ -30,3 +31,5 @@ deep-copy-regex:
dest: "/owl-bot-staging/$1/grpc-google-cloud-networkconnectivity-$1/src"
- source: "/google/cloud/networkconnectivity/(v.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/$1/google-cloud-networkconnectivity/src"
- source: "/google/cloud/networkconnectivity/(v.*)/.*-java/samples/snippets/generated"
dest: "/owl-bot-staging/$1/samples/snippets/generated"

0 comments on commit 31df9b2

Please sign in to comment.