Skip to content

Commit 74e8cdb

Browse files
authored
feat: setup 2.2.x lts branch (#2341)
1 parent d283b46 commit 74e8cdb

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
@@ -18,3 +18,7 @@ branches:
1818
handleGHRelease: true
1919
releaseType: java-backport
2020
branch: 2.0.x
21+
- bumpMinorPreMajor: true
22+
handleGHRelease: true
23+
releaseType: java-backport
24+
branch: 2.2.x

.github/sync-repo-settings.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,20 @@ branchProtectionRules:
7373
- lint
7474
- clirr
7575
- cla/google
76+
- pattern: 2.2.x
77+
isAdminEnforced: true
78+
requiredApprovingReviewCount: 1
79+
requiresCodeOwnerReviews: true
80+
requiresStrictStatusChecks: false
81+
requiredStatusCheckContexts:
82+
- units (8)
83+
- units (11)
84+
- windows
85+
- dependencies (8)
86+
- dependencies (11)
87+
- lint
88+
- clirr
89+
- cla/google
7690
permissionRules:
7791
- team: yoshi-admins
7892
permission: admin

0 commit comments

Comments
 (0)