This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree 2 files changed +31
-18
lines changed
2 files changed +31
-18
lines changed Original file line number Diff line number Diff line change 1
1
releaseType : java-yoshi
2
- bumpMinorPreMajor : true
2
+ bumpMinorPreMajor : true
3
+ branches :
4
+ - releaseType : java-lts
5
+ bumpMinorPreMajor : true
6
+ branch : 1.10.1-sp
Original file line number Diff line number Diff line change @@ -2,21 +2,30 @@ rebaseMergeAllowed: true
2
2
squashMergeAllowed : true
3
3
mergeCommitAllowed : false
4
4
branchProtectionRules :
5
- - pattern : master
6
- isAdminEnforced : true
7
- requiredStatusCheckContexts :
8
- - ' codecov/patch'
9
- - ' codecov/project'
10
- - ' cla/google'
11
- requiredApprovingReviewCount : 1
12
- requiresCodeOwnerReviews : true
13
- requiresStrictStatusChecks : true
5
+ - pattern : master
6
+ isAdminEnforced : true
7
+ requiredStatusCheckContexts :
8
+ - codecov/patch
9
+ - codecov/project
10
+ - cla/google
11
+ requiredApprovingReviewCount : 1
12
+ requiresCodeOwnerReviews : true
13
+ requiresStrictStatusChecks : true
14
+ - pattern : 1.10.1-sp
15
+ isAdminEnforced : true
16
+ requiredStatusCheckContexts :
17
+ - codecov/patch
18
+ - codecov/project
19
+ - cla/google
20
+ requiredApprovingReviewCount : 1
21
+ requiresCodeOwnerReviews : true
22
+ requiresStrictStatusChecks : true
14
23
permissionRules :
15
- - team : Googlers
16
- permission : pull
17
- - team : yoshi-java
18
- permission : push
19
- - team : yoshi-java-admins
20
- permission : admin
21
- - team : yoshi-admins
22
- permission : admin
24
+ - team : Googlers
25
+ permission : pull
26
+ - team : yoshi-java
27
+ permission : push
28
+ - team : yoshi-java-admins
29
+ permission : admin
30
+ - team : yoshi-admins
31
+ permission : admin
You can’t perform that action at this time.
0 commit comments