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 1ea8b7d commit 7fda417Copy full SHA for 7fda417
.github/release-please.yml
@@ -22,3 +22,7 @@ branches:
22
handleGHRelease: true
23
releaseType: java-backport
24
branch: 1.43.x
25
+ - bumpMinorPreMajor: true
26
+ handleGHRelease: true
27
+ releaseType: java-backport
28
+ branch: 1.44.x
.github/sync-repo-settings.yaml
@@ -84,6 +84,20 @@ branchProtectionRules:
84
- dependencies (11)
85
- clirr
86
- cla/google
87
+ - pattern: 1.44.x
88
+ isAdminEnforced: true
89
+ requiredApprovingReviewCount: 1
90
+ requiresCodeOwnerReviews: true
91
+ requiresStrictStatusChecks: false
92
+ requiredStatusCheckContexts:
93
+ - units (7)
94
+ - units (8)
95
+ - units (11)
96
+ - windows
97
+ - dependencies (8)
98
+ - dependencies (11)
99
+ - clirr
100
+ - cla/google
101
permissionRules:
102
- team: yoshi-admins
103
permission: admin
0 commit comments