File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,7 @@ branches:
46
46
handleGHRelease : true
47
47
releaseType : java-backport
48
48
branch : 1.137.x
49
+ - bumpMinorPreMajor : true
50
+ handleGHRelease : true
51
+ releaseType : java-backport
52
+ branch : 1.140.x
Original file line number Diff line number Diff line change @@ -196,6 +196,25 @@ branchProtectionRules:
196
196
- javadoc
197
197
- library_generation
198
198
- unmanaged_dependency_check
199
+ - pattern : 1.140.x
200
+ isAdminEnforced : true
201
+ requiredApprovingReviewCount : 1
202
+ requiresCodeOwnerReviews : true
203
+ requiresStrictStatusChecks : false
204
+ requiredStatusCheckContexts :
205
+ - dependencies (17)
206
+ - lint
207
+ - clirr
208
+ - units (8)
209
+ - units (11)
210
+ - ' Kokoro - Test: Integration'
211
+ - cla/google
212
+ - ' Kokoro - Test: Java GraalVM Native Image A'
213
+ - ' Kokoro - Test: Java GraalVM Native Image B'
214
+ - ' Kokoro - Test: Java GraalVM Native Image C'
215
+ - javadoc
216
+ - library_generation
217
+ - unmanaged_dependency_check
199
218
permissionRules :
200
219
- team : yoshi-admins
201
220
permission : admin
You can’t perform that action at this time.
0 commit comments