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:
2626 bumpMinorPreMajor : true
2727 handleGHRelease : true
2828 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:
107107 - checkstyle
108108 - compile (8)
109109 - 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)
110124permissionRules :
111125 - team : yoshi-admins
112126 permission : admin
You can’t perform that action at this time.
0 commit comments