| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,3 +14,7 @@ branches: | |||
| 14 | 14 | bumpMinorPreMajor: true | |
| 15 | 15 | handleGHRelease: true | |
| 16 | 16 | branch: 2.0.x | |
| 17 | + - releaseType: java-backport | ||
| 18 | + bumpMinorPreMajor: true | ||
| 19 | + handleGHRelease: true | ||
| 20 | + branch: 2.1.x | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,6 +38,15 @@ branchProtectionRules: | |||
| 38 | 38 | requiredApprovingReviewCount: 1 | |
| 39 | 39 | requiresCodeOwnerReviews: true | |
| 40 | 40 | requiresStrictStatusChecks: true | |
| 41 | + - pattern: 2.1.x | ||
| 42 | + isAdminEnforced: true | ||
| 43 | + requiredStatusCheckContexts: | ||
| 44 | + - units | ||
| 45 | + - format | ||
| 46 | + - cla/google | ||
| 47 | + requiredApprovingReviewCount: 1 | ||
| 48 | + requiresCodeOwnerReviews: true | ||
| 49 | + requiresStrictStatusChecks: true | ||
| 41 | 50 | permissionRules: | |
| 42 | 51 | - team: Googlers | |
| 43 | 52 | permission: pull | |
| Back | FazBrowse Home | New Git URL |
0 commit comments