File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed
Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,14 @@ bumpMinorPreMajor: true
22handleGHRelease : true
33releaseType : java-yoshi
44branches :
5- - branch : java7
6- - branch : protobuf-4.x-rc
7- manifest : true
5+ - branch : java7
6+ - branch : protobuf-4.x-rc
7+ manifest : true
8+ - bumpMinorPreMajor : true
9+ handleGHRelease : true
10+ releaseType : java-backport
11+ extraFiles :
12+ - src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
13+ branch : 0.133.x
814extraFiles :
9- - src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
15+ - src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
Original file line number Diff line number Diff line change @@ -32,6 +32,21 @@ branchProtectionRules:
3232 - units (11)
3333 - ' Kokoro - Test: Integration'
3434 - cla/google
35+ - pattern : 0.133.x
36+ isAdminEnforced : true
37+ requiredApprovingReviewCount : 1
38+ requiresCodeOwnerReviews : true
39+ requiresStrictStatusChecks : false
40+ requiredStatusCheckContexts :
41+ - dependencies (17)
42+ - lint
43+ - clirr
44+ - units (8)
45+ - units (11)
46+ - ' Kokoro - Test: Integration'
47+ - cla/google
48+ - javadoc
49+ - unmanaged_dependency_check
3550permissionRules :
3651 - team : yoshi-admins
3752 permission : admin
You can’t perform that action at this time.
0 commit comments