1
-
2
1
# Whether or not rebase-merging is enabled on this repository.
3
2
# Defaults to `true`
4
3
rebaseMergeAllowed : false
@@ -15,59 +14,61 @@ mergeCommitAllowed: false
15
14
branchProtectionRules :
16
15
# Identifies the protection rule pattern. Name of the branch to be protected.
17
16
# Defaults to `main`
18
- - pattern : main
17
+ - pattern : main
19
18
# Can admins overwrite branch protection.
20
19
# Defaults to `true`
21
- isAdminEnforced : true
20
+ isAdminEnforced : true
22
21
# Number of approving reviews required to update matching branches.
23
22
# Defaults to `1`
24
- requiredApprovingReviewCount : 1
23
+ requiredApprovingReviewCount : 1
25
24
# Are reviews from code owners required to update matching branches.
26
25
# Defaults to `false`
27
- requiresCodeOwnerReviews : true
26
+ requiresCodeOwnerReviews : true
28
27
# Require up to date branches
29
- requiresStrictStatusChecks : false
28
+ requiresStrictStatusChecks : false
30
29
# 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
- - " lint"
35
- - " clirr"
36
- - " units (8)"
37
- - " units (11)"
38
- - " Kokoro - Test: Integration"
39
- - " cla/google"
40
- - OwlBot Post Processor
41
- - pattern : 0.x-alpha
30
+ requiredStatusCheckContexts :
31
+ - dependencies (8)
32
+ - dependencies (11)
33
+ - lint
34
+ - clirr
35
+ - units (8)
36
+ - units (11)
37
+ - ' Kokoro - Test: Integration'
38
+ - cla/google
39
+ - OwlBot Post Processor
40
+ - ' Kokoro - Test: Java GraalVM Native Image'
41
+ - ' Kokoro - Test: Java 17 GraalVM Native Image'
42
+ - pattern : 0.x-alpha
42
43
# Can admins overwrite branch protection.
43
44
# Defaults to `true`
44
- isAdminEnforced : true
45
+ isAdminEnforced : true
45
46
# Number of approving reviews required to update matching branches.
46
47
# Defaults to `1`
47
- requiredApprovingReviewCount : 1
48
+ requiredApprovingReviewCount : 1
48
49
# Are reviews from code owners required to update matching branches.
49
50
# Defaults to `false`
50
- requiresCodeOwnerReviews : true
51
+ requiresCodeOwnerReviews : true
51
52
# Require up to date branches
52
- requiresStrictStatusChecks : false
53
+ requiresStrictStatusChecks : false
53
54
# List of required status check contexts that must pass for commits to be accepted to matching branches.
54
- requiredStatusCheckContexts :
55
- - " dependencies (8)"
56
- - " dependencies (11)"
57
- - " lint"
58
- - " clirr"
59
- - " units (7)"
60
- - " units (8)"
61
- - " units (11)"
62
- - " Kokoro - Test: Integration"
63
- - " cla/google"
55
+ requiredStatusCheckContexts :
56
+ - dependencies (8)
57
+ - dependencies (11)
58
+ - lint
59
+ - clirr
60
+ - units (7)
61
+ - units (8)
62
+ - units (11)
63
+ - ' Kokoro - Test: Integration'
64
+ - cla/google
64
65
# List of explicit permissions to add (additive only)
65
66
permissionRules :
66
- - team : yoshi-admins
67
- permission : admin
68
- - team : yoshi-java-admins
69
- permission : admin
70
- - team : yoshi-java
71
- permission : push
72
- - team : actools-java
73
- permission : admin
67
+ - team : yoshi-admins
68
+ permission : admin
69
+ - team : yoshi-java-admins
70
+ permission : admin
71
+ - team : yoshi-java
72
+ permission : push
73
+ - team : actools-java
74
+ permission : admin
0 commit comments