From 435b982e74a01fbce3a1ad3c9b591cc6b54862f3 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 10 May 2022 14:10:13 -0700 Subject: [PATCH 1/2] feat: next release from main branch is 1.2.11 --- .github/release-please.yml | 4 ++++ .github/sync-repo-settings.yaml | 15 +++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/.github/release-please.yml b/.github/release-please.yml index 88b74cfa..9c815620 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -10,3 +10,7 @@ branches: handleGHRelease: true releaseType: java-backport branch: 1.1.x + - bumpMinorPreMajor: true + handleGHRelease: true + releaseType: java-backport + branch: 1.2.x diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index b0802748..15f73a9c 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -48,6 +48,21 @@ branchProtectionRules: - 'Kokoro - Test: Integration' - cla/google - OwlBot Post Processor + - pattern: 1.2.x + isAdminEnforced: true + requiredApprovingReviewCount: 1 + requiresCodeOwnerReviews: true + requiresStrictStatusChecks: false + requiredStatusCheckContexts: + - dependencies (8) + - dependencies (11) + - lint + - clirr + - units (8) + - units (11) + - 'Kokoro - Test: Integration' + - cla/google + - OwlBot Post Processor permissionRules: - team: yoshi-admins permission: admin From fa2cbf1c291f96566c824c495427a338637db0d6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 10 May 2022 21:12:17 +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 261770fe..448aa25f 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-resourcemanager' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-resourcemanager:1.3.1' +implementation 'com.google.cloud:google-cloud-resourcemanager:1.3.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.3.2" ``` ## Authentication