Skip to content

Commit

Permalink
feat: Add owl support for grpc and gapic libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostell committed May 26, 2022
1 parent 48d0ba0 commit 90e5956
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
docker:
image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest"
deep-remove-regex:
- "/grpc-google-.*/src"
- "/proto-google-.*/src"

deep-preserve-regex:
Expand All @@ -23,3 +24,7 @@ deep-preserve-regex:
deep-copy-regex:
- source: "/google/datastore/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/$1/proto-google-cloud-datastore-$1/src"
- source: "/google/datastore/(v.*)/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/$1/grpc-google-cloud-datastore-$1/src"
- source: "/google/datastore/(v.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/$1/google-cloud-datastore/src"

0 comments on commit 90e5956

Please sign in to comment.