File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,7 @@ branches:
30
30
handleGHRelease : true
31
31
releaseType : java-backport
32
32
branch : 2.17.x
33
+ - bumpMinorPreMajor : true
34
+ handleGHRelease : true
35
+ releaseType : java-backport
36
+ branch : 2.19.x
Original file line number Diff line number Diff line change @@ -170,6 +170,22 @@ branchProtectionRules:
170
170
- ' Kokoro - Test: Java GraalVM Native Image'
171
171
- ' Kokoro - Test: Java 17 GraalVM Native Image'
172
172
- javadoc
173
+ - pattern : 2.19.x
174
+ isAdminEnforced : true
175
+ requiredApprovingReviewCount : 1
176
+ requiresCodeOwnerReviews : true
177
+ requiresStrictStatusChecks : false
178
+ requiredStatusCheckContexts :
179
+ - dependencies (17)
180
+ - lint
181
+ - clirr
182
+ - units (8)
183
+ - units (11)
184
+ - ' Kokoro - Test: Integration'
185
+ - cla/google
186
+ - ' Kokoro - Test: Java GraalVM Native Image'
187
+ - ' Kokoro - Test: Java 17 GraalVM Native Image'
188
+ - javadoc
173
189
permissionRules :
174
190
- team : yoshi-admins
175
191
permission : admin
You can’t perform that action at this time.
0 commit comments