File tree 1 file changed +20
-21
lines changed
java-bigquerymigration/.github
1 file changed +20
-21
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# Whether or not rebase-merging is enabled on this repository.
3
2
# Defaults to `true`
4
3
rebaseMergeAllowed : false
@@ -15,33 +14,33 @@ mergeCommitAllowed: false
15
14
branchProtectionRules :
16
15
# Identifies the protection rule pattern. Name of the branch to be protected.
17
16
# Defaults to `master`
18
- - pattern : master
17
+ - pattern : master
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
- - " 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
40
39
# List of explicit permissions to add (additive only)
41
40
permissionRules :
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