diff --git a/java-phishingprotection/.github/.OwlBot.yaml b/java-phishingprotection/.github/.OwlBot.yaml index b201f1079db1..09a9e3172723 100644 --- a/java-phishingprotection/.github/.OwlBot.yaml +++ b/java-phishingprotection/.github/.OwlBot.yaml @@ -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" @@ -30,3 +31,5 @@ deep-copy-regex: dest: "/owl-bot-staging/$1/grpc-google-cloud-phishingprotection-$1/src" - source: "/google/cloud/phishingprotection/(v.*)/.*-java/gapic-google-.*/src" dest: "/owl-bot-staging/$1/google-cloud-phishingprotection/src" +- source: "/google/cloud/phishingprotection/(v.*)/.*-java/samples/snippets/generated" + dest: "/owl-bot-staging/$1/samples/snippets/generated"