Skip to content

Commit 7a8a29b

Browse files
authored
feat: next release from main branch is 6.89.0 (#3669)
1 parent 0d31b27 commit 7a8a29b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ branches:
4242
bumpMinorPreMajor: true
4343
handleGHRelease: true
4444
branch: 6.66.x
45+
- releaseType: java-backport
46+
bumpMinorPreMajor: true
47+
handleGHRelease: true
48+
branch: 6.88.x

.github/sync-repo-settings.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,27 @@ branchProtectionRules:
161161
- compile (11)
162162
- units-with-multiplexed-session (8)
163163
- units-with-multiplexed-session (11)
164+
- pattern: 6.88.x
165+
isAdminEnforced: true
166+
requiredApprovingReviewCount: 1
167+
requiresCodeOwnerReviews: true
168+
requiresStrictStatusChecks: false
169+
requiredStatusCheckContexts:
170+
- dependencies (17)
171+
- lint
172+
- javadoc
173+
- units (8)
174+
- units (11)
175+
- 'Kokoro - Test: Integration'
176+
- 'Kokoro - Test: Integration with Multiplexed Sessions'
177+
- cla/google
178+
- checkstyle
179+
- compile (8)
180+
- compile (11)
181+
- units-with-multiplexed-session (8)
182+
- units-with-multiplexed-session (11)
183+
- unmanaged_dependency_check
184+
- library_generation
164185
permissionRules:
165186
- team: yoshi-admins
166187
permission: admin

0 commit comments

Comments
 (0)