From 66374b1c4ed88e01ff60fb8e1b7409e5dbbcb811 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 4 Mar 2024 22:41:53 +0000 Subject: [PATCH] feat: next release from main branch is 6.56.0 (#2929) --- .github/release-please.yml | 4 ++++ .github/sync-repo-settings.yaml | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/.github/release-please.yml b/.github/release-please.yml index 45821c154cf..67621e4ea6c 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -30,3 +30,7 @@ branches: bumpMinorPreMajor: true handleGHRelease: true branch: 6.33.x + - releaseType: java-backport + bumpMinorPreMajor: true + handleGHRelease: true + branch: 6.55.x diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 5b8fc9acc0e..b2ffc26745e 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -122,6 +122,23 @@ branchProtectionRules: - checkstyle - compile (8) - compile (11) + - pattern: 6.55.x + isAdminEnforced: true + requiredApprovingReviewCount: 1 + requiresCodeOwnerReviews: true + requiresStrictStatusChecks: false + requiredStatusCheckContexts: + - dependencies (17) + - lint + - javadoc + - units (8) + - units (11) + - 'Kokoro - Test: Integration' + - cla/google + - checkstyle + - compile (8) + - compile (11) + - OwlBot Post Processor permissionRules: - team: yoshi-admins permission: admin