File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,7 @@ branches:
30
30
bumpMinorPreMajor : true
31
31
handleGHRelease : true
32
32
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:
122
122
- checkstyle
123
123
- compile (8)
124
124
- 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
125
142
permissionRules :
126
143
- team : yoshi-admins
127
144
permission : admin
You can’t perform that action at this time.
0 commit comments