From ec0d0ebd299947331839750d36da730d5807bd4f Mon Sep 17 00:00:00 2001 From: Tomo Suzuki <suztomo@google.com> Date: Tue, 24 Aug 2021 12:39:33 -0400 Subject: [PATCH 1/2] ci: removing linkage-monitor from required checks --- .github/sync-repo-settings.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index ffd39f6f..32e0ea5a 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -10,7 +10,6 @@ branchProtectionRules: requiredStatusCheckContexts: - dependencies (8) - dependencies (11) - - linkage-monitor - lint - clirr - units (8) @@ -26,7 +25,6 @@ branchProtectionRules: requiredStatusCheckContexts: - dependencies (8) - dependencies (11) - - linkage-monitor - lint - clirr - units (7) From 4891b31b3b6685379c04927e186c564b86667ea1 Mon Sep 17 00:00:00 2001 From: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 18:52:28 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72fd25a3..b6528429 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-debugger-client</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </dependency> ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-debugger-client:1.0.1' +compile 'com.google.cloud:google-cloud-debugger-client:1.0.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.0.2" ``` ## Authentication