Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88eb483 commit 7ca80f5Copy full SHA for 7ca80f5
api-common-java/.github/release-please.yml
@@ -14,3 +14,7 @@ branches:
14
bumpMinorPreMajor: true
15
handleGHRelease: true
16
branch: 2.0.x
17
+ - releaseType: java-backport
18
+ bumpMinorPreMajor: true
19
+ handleGHRelease: true
20
+ branch: 2.1.x
api-common-java/.github/sync-repo-settings.yaml
@@ -38,6 +38,15 @@ branchProtectionRules:
38
requiredApprovingReviewCount: 1
39
requiresCodeOwnerReviews: true
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
50
permissionRules:
51
- team: Googlers
52
permission: pull
0 commit comments