From ebcf274f0fc4c756485a628cf35c1d2fb59ff42b Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Tue, 7 Dec 2021 11:58:00 -0500 Subject: [PATCH 1/2] chore: make owlbot check required --- .github/sync-repo-settings.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 31213af..2d5a888 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -37,6 +37,7 @@ branchProtectionRules: - "units (11)" - "Kokoro - Test: Integration" - "cla/google" + - OwlBot Post Processor # List of explicit permissions to add (additive only) permissionRules: - team: yoshi-admins From 4bc821dfb90e0a8ba5374173771cd7ef65794f00 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 7 Dec 2021 17:01:31 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= 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 e636e0b..40e382e 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,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-deploy:0.1.2' +implementation 'com.google.cloud:google-cloud-deploy:0.1.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "0.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "0.1.3" ``` ## Authentication