Skip to content

Commit 220cf4b

Browse files
authored
feat: setup 2.25.x lts branch (#1866)
1 parent 6245c12 commit 220cf4b

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/release-please.yml

+7
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,12 @@ branches:
4444
- >-
4545
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
4646
branch: 2.23.x
47+
- bumpMinorPreMajor: true
48+
handleGHRelease: true
49+
releaseType: java-backport
50+
extraFiles:
51+
- >-
52+
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
53+
branch: 2.25.x
4754
extraFiles:
4855
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java

.github/sync-repo-settings.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,22 @@ branchProtectionRules:
105105
- cla/google
106106
- 'Kokoro - Test: Java GraalVM Native Image'
107107
- 'Kokoro - Test: Java 17 GraalVM Native Image'
108+
- pattern: 2.25.x
109+
isAdminEnforced: true
110+
requiredApprovingReviewCount: 1
111+
requiresCodeOwnerReviews: true
112+
requiresStrictStatusChecks: false
113+
requiredStatusCheckContexts:
114+
- dependencies (17)
115+
- lint
116+
- clirr
117+
- units (8)
118+
- units (11)
119+
- 'Kokoro - Test: Integration'
120+
- cla/google
121+
- OwlBot Post Processor
122+
- 'Kokoro - Test: Java GraalVM Native Image'
123+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
108124
permissionRules:
109125
- team: yoshi-admins
110126
permission: admin

0 commit comments

Comments
 (0)