File tree
Expand file treeCollapse file tree2 files changed
+32
-1
lines changed Expand file treeCollapse file tree2 files changed
+32
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -4,3 +4,6 @@ branches:
|
4 | 4 | - branch: 3.1.x
|
5 | 5 | releaseType: java-yoshi
|
6 | 6 | bumpMinorPreMajor: true
|
| 7 | +- branch: 4.0.x |
| 8 | +releaseType: java-yoshi |
| 9 | +bumpMinorPreMajor: true |
Original file line number | Diff line number | Diff line change |
---|
@@ -66,11 +66,39 @@ branchProtectionRules:
|
66 | 66 | - "units (11)"
|
67 | 67 | - "Kokoro - Test: Integration"
|
68 | 68 | - "cla/google"
|
| 69 | + |
| 70 | +# Identifies the protection rule pattern. Name of the branch to be protected. |
| 71 | +# Defaults to `master` |
| 72 | +- pattern: 4.0.x |
| 73 | +# Can admins overwrite branch protection. |
| 74 | +# Defaults to `true` |
| 75 | +isAdminEnforced: true |
| 76 | +# Number of approving reviews required to update matching branches. |
| 77 | +# Defaults to `1` |
| 78 | +requiredApprovingReviewCount: 1 |
| 79 | +# Are reviews from code owners required to update matching branches. |
| 80 | +# Defaults to `false` |
| 81 | +requiresCodeOwnerReviews: true |
| 82 | +# Require up to date branches |
| 83 | +requiresStrictStatusChecks: false |
| 84 | +# List of required status check contexts that must pass for commits to be accepted to matching branches. |
| 85 | +requiredStatusCheckContexts: |
| 86 | +- "dependencies (8)" |
| 87 | +- "dependencies (11)" |
| 88 | +- "linkage-monitor" |
| 89 | +- "lint" |
| 90 | +- "clirr" |
| 91 | +- "units (7)" |
| 92 | +- "units (8)" |
| 93 | +- "units (11)" |
| 94 | +- "Kokoro - Test: Integration" |
| 95 | +- "cla/google" |
| 96 | + |
69 | 97 | # List of explicit permissions to add (additive only)
|
70 | 98 | permissionRules:
|
71 | 99 | - team: yoshi-admins
|
72 | 100 | permission: admin
|
73 | 101 | - team: yoshi-java-admins
|
74 | 102 | permission: admin
|
75 | 103 | - team: yoshi-java
|
76 |
| -permission: push |
| 104 | +permission: push |
You can’t perform that action at this time.
0 commit comments