Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: include generated samples dir
  • Loading branch information
eaball35 committed Jun 11, 2022
commit 7c63884b29377814c5507984f21ca62ebaff9797
4 changes: 3 additions & 1 deletion .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -26,4 +27,5 @@ deep-copy-regex:
- source: "/google/cloud/shell/(v.*)/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/$1/grpc-google-cloud-shell-$1/src"
- source: "/google/cloud/shell/(v.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/$1/google-cloud-shell/src"
dest: "/owl-bot-staging/$1/google-cloud-shell/src"- source: "/google/cloud/shell/(v.*)/.*-java/samples/snippets/generated"
dest: "/owl-bot-staging/$1/samples/snippets/generated"