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

Commit d05c2b1

Browse files
authored
chore: include generated samples dir (#428)
* chore: include generated samples dir * fix name
1 parent 9a7b594 commit d05c2b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/.OwlBot.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ docker:
1616
image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest"
1717

1818
deep-remove-regex:
19+
- "/samples/snippets/generated"
1920
- "/grpc-google-.*/src"
2021
- "/proto-google-.*/src"
2122
- "/google-.*/src"
@@ -28,3 +29,5 @@ deep-copy-regex:
2829
dest: "/owl-bot-staging/$1/grpc-google-cloud-functions-$1/src"
2930
- source: "/google/cloud/functions/(v.*)/.*-java/gapic-google-.*/src"
3031
dest: "/owl-bot-staging/$1/google-cloud-functions/src"
32+
- source: "/google/cloud/functions/(v.*)/.*-java/samples/snippets/generated"
33+
dest: "/owl-bot-staging/$1/samples/snippets/generated"

0 commit comments

Comments
 (0)