From 35a7e18f59961c3bdd77831a9a99ea825c8007d0 Mon Sep 17 00:00:00 2001 From: ldetmer <1771267+ldetmer@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:52:14 +0000 Subject: [PATCH] feat: next release from main branch is 6.89.0 --- .github/release-please.yml | 4 ++++ .github/sync-repo-settings.yaml | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/.github/release-please.yml b/.github/release-please.yml index 2853b1763cf..4eb99a985a0 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -42,3 +42,7 @@ branches: bumpMinorPreMajor: true handleGHRelease: true branch: 6.66.x + - releaseType: java-backport + bumpMinorPreMajor: true + handleGHRelease: true + branch: 6.88.x diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index d779decd658..4510689141c 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -161,6 +161,27 @@ branchProtectionRules: - compile (11) - units-with-multiplexed-session (8) - units-with-multiplexed-session (11) + - pattern: 6.88.x + isAdminEnforced: true + requiredApprovingReviewCount: 1 + requiresCodeOwnerReviews: true + requiresStrictStatusChecks: false + requiredStatusCheckContexts: + - dependencies (17) + - lint + - javadoc + - units (8) + - units (11) + - 'Kokoro - Test: Integration' + - 'Kokoro - Test: Integration with Multiplexed Sessions' + - cla/google + - checkstyle + - compile (8) + - compile (11) + - units-with-multiplexed-session (8) + - units-with-multiplexed-session (11) + - unmanaged_dependency_check + - library_generation permissionRules: - team: yoshi-admins permission: admin