Skip to content

Commit 2418691

Browse files
authored
chore: setup 1.23.x lts branch. (#1457)
1 parent 079a065 commit 2418691

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ branches:
3030
handleGHRelease: true
3131
releaseType: java-backport
3232
branch: 1.20.x
33+
- bumpMinorPreMajor: true
34+
handleGHRelease: true
35+
releaseType: java-backport
36+
branch: 1.23.x

.github/sync-repo-settings.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@ branchProtectionRules:
105105
requiredApprovingReviewCount: 1
106106
requiresCodeOwnerReviews: true
107107
requiresStrictStatusChecks: true
108+
- pattern: 1.23.x
109+
isAdminEnforced: true
110+
requiredStatusCheckContexts:
111+
- dependencies (17)
112+
- lint
113+
- clirr
114+
- units (8)
115+
- units (11)
116+
- cla/google
117+
requiredApprovingReviewCount: 1
118+
requiresCodeOwnerReviews: true
119+
requiresStrictStatusChecks: true
108120
permissionRules:
109121
- team: Googlers
110122
permission: pull

0 commit comments

Comments
 (0)