Skip to content

Commit b6ba56c

Browse files
authored
feat: next release from main branch is 1.138.0 (#2361)
1 parent 07b1350 commit b6ba56c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/release-please.yml

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

.github/sync-repo-settings.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,24 @@ branchProtectionRules:
177177
- 'Kokoro - Test: Java GraalVM Native Image'
178178
- 'Kokoro - Test: Java 17 GraalVM Native Image'
179179
- javadoc
180+
- pattern: 1.137.x
181+
isAdminEnforced: true
182+
requiredApprovingReviewCount: 1
183+
requiresCodeOwnerReviews: true
184+
requiresStrictStatusChecks: false
185+
requiredStatusCheckContexts:
186+
- dependencies (17)
187+
- lint
188+
- clirr
189+
- units (8)
190+
- units (11)
191+
- 'Kokoro - Test: Integration'
192+
- cla/google
193+
- 'Kokoro - Test: Java GraalVM Native Image'
194+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
195+
- javadoc
196+
- library_generation
197+
- unmanaged_dependency_check
180198
permissionRules:
181199
- team: yoshi-admins
182200
permission: admin

0 commit comments

Comments
 (0)