Skip to content

Commit f52a0b7

Browse files
authored
chore: include generated samples dir (googleapis#795)
1 parent b410fa6 commit f52a0b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java-talent/.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"
@@ -30,3 +31,5 @@ deep-copy-regex:
3031
dest: "/owl-bot-staging/$1/grpc-google-cloud-talent-$1/src"
3132
- source: "/google/cloud/talent/(v.*)/.*-java/gapic-google-.*/src"
3233
dest: "/owl-bot-staging/$1/google-cloud-talent/src"
34+
- source: "/google/cloud/talent/(v.*)/.*-java/samples/snippets/generated"
35+
dest: "/owl-bot-staging/$1/samples/snippets/generated"

0 commit comments

Comments
 (0)