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

Commit 9f6f62d

Browse files
authored
feat: next release from main branch is 2.3.0 (#371)
1 parent 767e2f4 commit 9f6f62d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: .github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ branches:
1818
bumpMinorPreMajor: true
1919
handleGHRelease: true
2020
branch: 2.1.x
21+
- releaseType: java-backport
22+
bumpMinorPreMajor: true
23+
handleGHRelease: true
24+
branch: 2.2.x

Diff for: .github/sync-repo-settings.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ branchProtectionRules:
4747
requiredApprovingReviewCount: 1
4848
requiresCodeOwnerReviews: true
4949
requiresStrictStatusChecks: true
50+
- pattern: 2.2.x
51+
isAdminEnforced: true
52+
requiredStatusCheckContexts:
53+
- units
54+
- format
55+
- cla/google
56+
requiredApprovingReviewCount: 1
57+
requiresCodeOwnerReviews: true
58+
requiresStrictStatusChecks: true
5059
permissionRules:
5160
- team: Googlers
5261
permission: pull

0 commit comments

Comments
 (0)