From 7a2cab3f187fa263f9bded760ab897823bfeec4c Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 24 Aug 2021 12:20:58 -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 c6f6b11..9abfc79 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 b0fb5d6fcb6e2615cdd727fe7fb7ce817cafa558 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 24 Aug 2021 18:41:34 +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 1b6ddaf..b294c7d 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.area120 google-area120-tables - 0.4.1 + 0.4.2 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.area120:google-area120-tables:0.4.1' +compile 'com.google.area120:google-area120-tables:0.4.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.4.1" +libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.4.2" ``` ## Authentication