diff --git a/.github/release-please.yml b/.github/release-please.yml index 2853b1763cf..de0ec8bc363 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-LTS8 diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index d779decd658..e7ebbbd2447 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-LTS8 + 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