1
-
2
- # Whether or not rebase-merging is enabled on this repository.
3
- # Defaults to `true`
4
1
rebaseMergeAllowed : false
5
-
6
- # Whether or not squash-merging is enabled on this repository.
7
- # Defaults to `true`
8
2
squashMergeAllowed : true
9
-
10
- # Whether or not PRs are merged with a merge commit on this repository.
11
- # Defaults to `false`
12
3
mergeCommitAllowed : false
13
-
14
- # Rules for master branch protection
15
4
branchProtectionRules :
16
- # Identifies the protection rule pattern. Name of the branch to be protected.
17
- # Defaults to `master`
18
- - pattern : master
19
- # Can admins overwrite branch protection.
20
- # Defaults to `true`
21
- isAdminEnforced : true
22
- # Number of approving reviews required to update matching branches.
23
- # Defaults to `1`
24
- requiredApprovingReviewCount : 1
25
- # Are reviews from code owners required to update matching branches.
26
- # Defaults to `false`
27
- requiresCodeOwnerReviews : true
28
- # Require up to date branches
29
- requiresStrictStatusChecks : false
30
- # List of required status check contexts that must pass for commits to be accepted to matching branches.
31
- requiredStatusCheckContexts :
32
- - " dependencies (8)"
33
- - " dependencies (11)"
34
- - " linkage-monitor"
35
- - " lint"
36
- - " clirr"
37
- - " units (7)"
38
- - " units (8)"
39
- - " units (11)"
40
- - " Kokoro - Test: Integration"
41
- - " cla/google"
42
- # List of explicit permissions to add (additive only)
5
+ - pattern : master
6
+ isAdminEnforced : true
7
+ requiredApprovingReviewCount : 1
8
+ requiresCodeOwnerReviews : true
9
+ requiresStrictStatusChecks : false
10
+ requiredStatusCheckContexts :
11
+ - dependencies (8)
12
+ - dependencies (11)
13
+ - linkage-monitor
14
+ - lint
15
+ - clirr
16
+ - units (7)
17
+ - units (8)
18
+ - units (11)
19
+ - ' Kokoro - Test: Integration'
20
+ - cla/google
21
+ - pattern : 2.1.0-sp
22
+ isAdminEnforced : true
23
+ requiredApprovingReviewCount : 1
24
+ requiresCodeOwnerReviews : true
25
+ requiresStrictStatusChecks : false
26
+ requiredStatusCheckContexts :
27
+ - dependencies (8)
28
+ - dependencies (11)
29
+ - linkage-monitor
30
+ - lint
31
+ - clirr
32
+ - units (7)
33
+ - units (8)
34
+ - units (11)
35
+ - ' Kokoro - Test: Integration'
36
+ - cla/google
43
37
permissionRules :
44
- - team : yoshi-admins
45
- permission : admin
46
- - team : yoshi-java-admins
47
- permission : admin
48
- - team : yoshi-java
49
- permission : push
38
+ - team : yoshi-admins
39
+ permission : admin
40
+ - team : yoshi-java-admins
41
+ permission : admin
42
+ - team : yoshi-java
43
+ permission : push
0 commit comments