Skip to content

Commit 255d8bc

Browse files
authored
feat: next release from main branch is 1.126.0 (#1933)
1 parent 3e0be52 commit 255d8bc

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ branches:
3434
handleGHRelease: true
3535
releaseType: java-backport
3636
branch: 1.123.x
37+
- bumpMinorPreMajor: true
38+
handleGHRelease: true
39+
releaseType: java-backport
40+
branch: 1.125.x

.github/sync-repo-settings.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,23 @@ branchProtectionRules:
152152
- OwlBot Post Processor
153153
- 'Kokoro - Test: Java GraalVM Native Image'
154154
- 'Kokoro - Test: Java 17 GraalVM Native Image'
155+
- pattern: 1.125.x
156+
isAdminEnforced: true
157+
requiredApprovingReviewCount: 1
158+
requiresCodeOwnerReviews: true
159+
requiresStrictStatusChecks: false
160+
requiredStatusCheckContexts:
161+
- dependencies (17)
162+
- lint
163+
- clirr
164+
- units (8)
165+
- units (11)
166+
- 'Kokoro - Test: Integration'
167+
- cla/google
168+
- OwlBot Post Processor
169+
- 'Kokoro - Test: Java GraalVM Native Image'
170+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
171+
- javadoc
155172
permissionRules:
156173
- team: yoshi-admins
157174
permission: admin

0 commit comments

Comments
 (0)