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