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 @@ -38,3 +38,7 @@ branches:
38
38
bumpMinorPreMajor : true
39
39
handleGHRelease : true
40
40
branch : 6.67.x
41
+ - releaseType : java-backport
42
+ bumpMinorPreMajor : true
43
+ handleGHRelease : true
44
+ branch : 6.66.x
Original file line number Diff line number Diff line change @@ -140,6 +140,25 @@ branchProtectionRules:
140
140
- checkstyle
141
141
- compile (8)
142
142
- compile (11)
143
+ - pattern : 6.66.x
144
+ isAdminEnforced : true
145
+ requiredApprovingReviewCount : 1
146
+ requiresCodeOwnerReviews : true
147
+ requiresStrictStatusChecks : false
148
+ requiredStatusCheckContexts :
149
+ - dependencies (17)
150
+ - lint
151
+ - javadoc
152
+ - units (8)
153
+ - units (11)
154
+ - ' Kokoro - Test: Integration'
155
+ - ' Kokoro - Test: Integration with Multiplexed Sessions'
156
+ - cla/google
157
+ - checkstyle
158
+ - compile (8)
159
+ - compile (11)
160
+ - units-with-multiplexed-session (8)
161
+ - units-with-multiplexed-session (11)
143
162
permissionRules :
144
163
- team : yoshi-admins
145
164
permission : admin
You can’t perform that action at this time.
0 commit comments