File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,10 @@ branches:
52
52
- README.md
53
53
- .readme-partials.yaml
54
54
branch : 2.38.x
55
+ - bumpMinorPreMajor : true
56
+ handleGHRelease : true
57
+ releaseType : java-backport
58
+ extraFiles :
59
+ - README.md
60
+ - .readme-partials.yaml
61
+ branch : 2.47.x
Original file line number Diff line number Diff line change @@ -163,6 +163,23 @@ branchProtectionRules:
163
163
- ' Kokoro - Test: Java GraalVM Native Image'
164
164
- ' Kokoro - Test: Java 17 GraalVM Native Image'
165
165
- javadoc
166
+ - pattern : 2.47.x
167
+ isAdminEnforced : true
168
+ requiredApprovingReviewCount : 1
169
+ requiresCodeOwnerReviews : true
170
+ requiresStrictStatusChecks : false
171
+ requiredStatusCheckContexts :
172
+ - dependencies (17)
173
+ - lint
174
+ - clirr
175
+ - units (8)
176
+ - units (11)
177
+ - ' Kokoro - Test: Integration'
178
+ - cla/google
179
+ - ' Kokoro - Test: Java GraalVM Native Image'
180
+ - ' Kokoro - Test: Java 17 GraalVM Native Image'
181
+ - javadoc
182
+ - unmanaged_dependency_check
166
183
permissionRules :
167
184
- team : yoshi-admins
168
185
permission : admin
You can’t perform that action at this time.
0 commit comments