File tree Expand file tree Collapse file tree 1 file changed +20
-21
lines changed
java-bigquerymigration/.github Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Original file line number Diff line number Diff line change 1-
21# Whether or not rebase-merging is enabled on this repository.
32# Defaults to `true`
43rebaseMergeAllowed : false
@@ -15,33 +14,33 @@ mergeCommitAllowed: false
1514branchProtectionRules :
1615# Identifies the protection rule pattern. Name of the branch to be protected.
1716# Defaults to `master`
18- - pattern : master
17+ - pattern : master
1918 # Can admins overwrite branch protection.
2019 # Defaults to `true`
21- isAdminEnforced : true
20+ isAdminEnforced : true
2221 # Number of approving reviews required to update matching branches.
2322 # Defaults to `1`
24- requiredApprovingReviewCount : 1
23+ requiredApprovingReviewCount : 1
2524 # Are reviews from code owners required to update matching branches.
2625 # Defaults to `false`
27- requiresCodeOwnerReviews : true
26+ requiresCodeOwnerReviews : true
2827 # Require up to date branches
29- requiresStrictStatusChecks : false
28+ requiresStrictStatusChecks : false
3029 # 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- - " units (8)"
36- - " units (11)"
37- - " Kokoro - Test: Integration"
38- - " cla/google"
39- - OwlBot Post Processor
30+ requiredStatusCheckContexts :
31+ - dependencies (8)
32+ - dependencies (11)
33+ - lint
34+ - units (8)
35+ - units (11)
36+ - ' Kokoro - Test: Integration'
37+ - cla/google
38+ - OwlBot Post Processor
4039# List of explicit permissions to add (additive only)
4140permissionRules :
42- - team : yoshi-admins
43- permission : admin
44- - team : yoshi-java-admins
45- permission : admin
46- - team : yoshi-java
47- permission : push
41+ - team : yoshi-admins
42+ permission : admin
43+ - team : yoshi-java-admins
44+ permission : admin
45+ - team : yoshi-java
46+ permission : push
You can’t perform that action at this time.
0 commit comments