File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,7 @@ branches:
34
34
handleGHRelease : true
35
35
releaseType : java-backport
36
36
branch : 1.123.x
37
+ - bumpMinorPreMajor : true
38
+ handleGHRelease : true
39
+ releaseType : java-backport
40
+ branch : 1.125.x
Original file line number Diff line number Diff line change @@ -152,6 +152,23 @@ branchProtectionRules:
152
152
- OwlBot Post Processor
153
153
- ' Kokoro - Test: Java GraalVM Native Image'
154
154
- ' 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
155
172
permissionRules :
156
173
- team : yoshi-admins
157
174
permission : admin
You can’t perform that action at this time.
0 commit comments