Skip to content

Commit 57882ad

Browse files
authored
feat: next release from main branch is 2.8.0 (#2563)
1 parent ed55a13 commit 57882ad

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ branches:
2222
handleGHRelease: true
2323
releaseType: java-backport
2424
branch: 2.2.x
25+
- bumpMinorPreMajor: true
26+
handleGHRelease: true
27+
releaseType: java-backport
28+
branch: 2.7.x

.github/sync-repo-settings.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@ branchProtectionRules:
8787
- lint
8888
- clirr
8989
- cla/google
90+
- pattern: 2.7.x
91+
isAdminEnforced: true
92+
requiredApprovingReviewCount: 1
93+
requiresCodeOwnerReviews: true
94+
requiresStrictStatusChecks: false
95+
requiredStatusCheckContexts:
96+
- units (8)
97+
- units (11)
98+
- windows
99+
- dependencies (8)
100+
- dependencies (11)
101+
- lint
102+
- clirr
103+
- cla/google
90104
permissionRules:
91105
- team: yoshi-admins
92106
permission: admin

0 commit comments

Comments
 (0)