File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,7 @@ branches:
3030 bumpMinorPreMajor : true
3131 handleGHRelease : true
3232 branch : 6.33.x
33+ - releaseType : java-backport
34+ bumpMinorPreMajor : true
35+ handleGHRelease : true
36+ branch : 6.55.x
Original file line number Diff line number Diff line change @@ -122,6 +122,23 @@ branchProtectionRules:
122122 - checkstyle
123123 - compile (8)
124124 - compile (11)
125+ - pattern : 6.55.x
126+ isAdminEnforced : true
127+ requiredApprovingReviewCount : 1
128+ requiresCodeOwnerReviews : true
129+ requiresStrictStatusChecks : false
130+ requiredStatusCheckContexts :
131+ - dependencies (17)
132+ - lint
133+ - javadoc
134+ - units (8)
135+ - units (11)
136+ - ' Kokoro - Test: Integration'
137+ - cla/google
138+ - checkstyle
139+ - compile (8)
140+ - compile (11)
141+ - OwlBot Post Processor
125142permissionRules :
126143 - team : yoshi-admins
127144 permission : admin
You can’t perform that action at this time.
0 commit comments