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 @@ -6,3 +6,7 @@ branches:
6
6
handleGHRelease : true
7
7
releaseType : java-lts
8
8
branch : 1.31.3-sp
9
+ - bumpMinorPreMajor : true
10
+ handleGHRelease : true
11
+ releaseType : java-backport
12
+ branch : 1.32.x
Original file line number Diff line number Diff line change @@ -31,6 +31,20 @@ branchProtectionRules:
31
31
- lint
32
32
- clirr
33
33
- cla/google
34
+ - pattern : 1.32.x
35
+ isAdminEnforced : true
36
+ requiredApprovingReviewCount : 1
37
+ requiresCodeOwnerReviews : true
38
+ requiresStrictStatusChecks : false
39
+ requiredStatusCheckContexts :
40
+ - units (8)
41
+ - units (11)
42
+ - windows
43
+ - dependencies (8)
44
+ - dependencies (11)
45
+ - lint
46
+ - clirr
47
+ - cla/google
34
48
permissionRules :
35
49
- team : yoshi-admins
36
50
permission : admin
You can’t perform that action at this time.
0 commit comments