File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,7 @@ branches:
42
42
handleGHRelease : true
43
43
releaseType : java-backport
44
44
branch : 1.129.x
45
+ - bumpMinorPreMajor : true
46
+ handleGHRelease : true
47
+ releaseType : java-backport
48
+ branch : 1.137.x
Original file line number Diff line number Diff line change @@ -177,6 +177,24 @@ branchProtectionRules:
177
177
- ' Kokoro - Test: Java GraalVM Native Image'
178
178
- ' Kokoro - Test: Java 17 GraalVM Native Image'
179
179
- 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
180
198
permissionRules :
181
199
- team : yoshi-admins
182
200
permission : admin
You can’t perform that action at this time.
0 commit comments