Skip to content

Commit ce3315f

Browse files
authored
chore: include generated samples dir (#198)
1 parent 1cece0a commit ce3315f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

java-orchestration-airflow/.github/.OwlBot.yaml

Lines changed: 4 additions & 1 deletion
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"
@@ -29,4 +30,6 @@ deep-copy-regex:
2930
- source: "/google/cloud/orchestration/airflow/service/(v.*)/.*-java/grpc-google-.*/src"
3031
dest: "/owl-bot-staging/$1/grpc-google-cloud-orchestration-airflow-$1/src"
3132
- source: "/google/cloud/orchestration/airflow/service/(v.*)/.*-java/gapic-google-.*/src"
32-
dest: "/owl-bot-staging/$1/google-cloud-orchestration-airflow/src"
33+
dest: "/owl-bot-staging/$1/google-cloud-orchestration-airflow/src"
34+
- source: "/google/cloud/orchestration/airflow/service/(v.*)/.*-java/samples/snippets/generated"
35+
dest: "/owl-bot-staging/$1/samples/snippets/generated"

0 commit comments

Comments
 (0)