From ce3315f91f1679d54ebd0e1b2cfa023186bfdd2d Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 14 Jun 2022 21:32:21 +0000 Subject: [PATCH] chore: include generated samples dir (#198) --- java-orchestration-airflow/.github/.OwlBot.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java-orchestration-airflow/.github/.OwlBot.yaml b/java-orchestration-airflow/.github/.OwlBot.yaml index eb37bd3df0d6..2779fc140bee 100644 --- a/java-orchestration-airflow/.github/.OwlBot.yaml +++ b/java-orchestration-airflow/.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" @@ -29,4 +30,6 @@ deep-copy-regex: - source: "/google/cloud/orchestration/airflow/service/(v.*)/.*-java/grpc-google-.*/src" dest: "/owl-bot-staging/$1/grpc-google-cloud-orchestration-airflow-$1/src" - source: "/google/cloud/orchestration/airflow/service/(v.*)/.*-java/gapic-google-.*/src" - dest: "/owl-bot-staging/$1/google-cloud-orchestration-airflow/src" \ No newline at end of file + dest: "/owl-bot-staging/$1/google-cloud-orchestration-airflow/src" +- source: "/google/cloud/orchestration/airflow/service/(v.*)/.*-java/samples/snippets/generated" + dest: "/owl-bot-staging/$1/samples/snippets/generated"