Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit a96953e

Browse files
authored
feat: next release from main branch is 2.7.0 (#1530)
enable releases
1 parent d76744d commit a96953e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/release-please.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ branches:
1111
- bumpMinorPreMajor: true
1212
handleGHRelease: true
1313
releaseType: java-yoshi
14-
branch: java7
14+
branch: java7
15+
- releaseType: java-backport
16+
bumpMinorPreMajor: true
17+
handleGHRelease: true
18+
branch: 2.6.x

.github/sync-repo-settings.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ branchProtectionRules:
5151
- units (8)
5252
- units (11)
5353
- cla/google
54+
- pattern: 2.6.x
55+
isAdminEnforced: true
56+
requiredApprovingReviewCount: 1
57+
requiresCodeOwnerReviews: true
58+
requiresStrictStatusChecks: true
59+
requiredStatusCheckContexts:
60+
- bazel
61+
- units (8)
62+
- units (11)
63+
- cla/google
5464
permissionRules:
5565
- team: yoshi-admins
5666
permission: admin

0 commit comments

Comments
 (0)