Skip to content

Commit 5a31361

Browse files
authored
feat: next release from main branch is 2.17.0 (googleapis#1659)
enable releases
1 parent 3cba6f7 commit 5a31361

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ branches:
1616
bumpMinorPreMajor: true
1717
handleGHRelease: true
1818
branch: 2.6.x
19+
- releaseType: java-backport
20+
bumpMinorPreMajor: true
21+
handleGHRelease: true
22+
branch: 2.16.x

.github/sync-repo-settings.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ branchProtectionRules:
5555
- units (8)
5656
- units (11)
5757
- cla/google
58+
- pattern: 2.16.x
59+
isAdminEnforced: true
60+
requiredApprovingReviewCount: 1
61+
requiresCodeOwnerReviews: true
62+
requiresStrictStatusChecks: true
63+
requiredStatusCheckContexts:
64+
- bazel
65+
- units (8)
66+
- units (11)
67+
- cla/google
5868
permissionRules:
5969
- team: yoshi-admins
6070
permission: admin

0 commit comments

Comments
 (0)