File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,7 @@ branches:
26
26
bumpMinorPreMajor : true
27
27
handleGHRelease : true
28
28
branch : 6.23.x
29
+ - releaseType : java-yoshi
30
+ bumpMinorPreMajor : true
31
+ handleGHRelease : true
32
+ branch : 6.33.x
Original file line number Diff line number Diff line change @@ -107,6 +107,20 @@ branchProtectionRules:
107
107
- checkstyle
108
108
- compile (8)
109
109
- compile (11)
110
+ - pattern : 6.33.x
111
+ isAdminEnforced : true
112
+ requiredApprovingReviewCount : 1
113
+ requiresCodeOwnerReviews : true
114
+ requiresStrictStatusChecks : false
115
+ requiredStatusCheckContexts :
116
+ - lint
117
+ - units (8)
118
+ - units (11)
119
+ - ' Kokoro - Test: Integration'
120
+ - cla/google
121
+ - checkstyle
122
+ - compile (8)
123
+ - compile (11)
110
124
permissionRules :
111
125
- team : yoshi-admins
112
126
permission : admin
You can’t perform that action at this time.
0 commit comments