From c172d2a99c0eef620d4cb30c30c38b17b35732c4 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 14 Jun 2022 19:49:17 +0000 Subject: [PATCH] chore: include generated samples dir (#226) --- java-policy-troubleshooter/.github/.OwlBot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java-policy-troubleshooter/.github/.OwlBot.yaml b/java-policy-troubleshooter/.github/.OwlBot.yaml index 0217f78c7042..b3aa505530cc 100644 --- a/java-policy-troubleshooter/.github/.OwlBot.yaml +++ b/java-policy-troubleshooter/.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-policy-troubleshooter-$1/src" - source: "/google/cloud/policytroubleshooter/(v.*)/.*-java/gapic-google-.*/src" dest: "/owl-bot-staging/$1/google-cloud-policy-troubleshooter/src" +- source: "/google/cloud/policytroubleshooter/(v.*)/.*-java/samples/snippets/generated" + dest: "/owl-bot-staging/$1/samples/snippets/generated"