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

Commit df87575

Browse files
authored
feat: next release from main branch is 2.3.0 (#227)
1 parent e3b01e0 commit df87575

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ branches:
1010
handleGHRelease: true
1111
releaseType: java-backport
1212
branch: 2.1.x
13+
- bumpMinorPreMajor: true
14+
handleGHRelease: true
15+
releaseType: java-backport
16+
branch: 2.2.x

.github/sync-repo-settings.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,21 @@ branchProtectionRules:
4848
- 'Kokoro - Test: Integration'
4949
- cla/google
5050
- OwlBot Post Processor
51+
- pattern: 2.2.x
52+
isAdminEnforced: true
53+
requiredApprovingReviewCount: 1
54+
requiresCodeOwnerReviews: true
55+
requiresStrictStatusChecks: false
56+
requiredStatusCheckContexts:
57+
- dependencies (8)
58+
- dependencies (11)
59+
- lint
60+
- clirr
61+
- units (8)
62+
- units (11)
63+
- 'Kokoro - Test: Integration'
64+
- cla/google
65+
- OwlBot Post Processor
5166
permissionRules:
5267
- team: yoshi-admins
5368
permission: admin

0 commit comments

Comments
 (0)