From 1fd504652a68aebaa8328c8333e4d5293e35b28e Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Sat, 11 Jun 2022 02:11:50 +0000 Subject: [PATCH 1/2] chore: include generated samples dir --- .github/.OwlBot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml index 150a0afa..f3bf747a 100644 --- a/.github/.OwlBot.yaml +++ b/.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" @@ -27,3 +28,5 @@ deep-copy-regex: dest: "/owl-bot-staging/$1/grpc-google-cloud-workflows-$1/src" - source: "/google/cloud/workflows/(v.*)/.*-java/gapic-google-.*/src" dest: "/owl-bot-staging/$1/google-cloud-workflows/src" +- source: "/google/cloud/workflows/(v.*)/.*-java/samples/snippets/generated" + dest: "/owl-bot-staging/$1/samples/snippets/generated" From 0275117dd22294bc8a79f4f8a49bb2cdbe125ce3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 11 Jun 2022 02:13:58 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c1fed10..2dc7b2c6 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-workflows:2.1.10' +implementation 'com.google.cloud:google-cloud-workflows:2.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.10" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.2.0" ``` ## Authentication