Skip to content

Commit ec7b322

Browse files
authored
chore: setup 2.39.x lts branch (#2302)
1 parent a65640e commit ec7b322

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/release-please.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,12 @@ branches:
5858
- >-
5959
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
6060
branch: 2.30.x
61+
- bumpMinorPreMajor: true
62+
handleGHRelease: true
63+
releaseType: java-backport
64+
extraFiles:
65+
- >-
66+
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java
67+
branch: 2.39.x
6168
extraFiles:
6269
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/Version.java

.github/sync-repo-settings.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,24 @@ branchProtectionRules:
142142
- 'Kokoro - Test: Java 17 GraalVM Native Image'
143143
- javadoc
144144
- conformance
145+
- pattern: 2.39.x
146+
isAdminEnforced: true
147+
requiredApprovingReviewCount: 1
148+
requiresCodeOwnerReviews: true
149+
requiresStrictStatusChecks: false
150+
requiredStatusCheckContexts:
151+
- dependencies (17)
152+
- lint
153+
- clirr
154+
- units (8)
155+
- units (11)
156+
- 'Kokoro - Test: Integration'
157+
- cla/google
158+
- OwlBot Post Processor
159+
- 'Kokoro - Test: Java GraalVM Native Image'
160+
- 'Kokoro - Test: Java 17 GraalVM Native Image'
161+
- javadoc
162+
- conformance
145163
permissionRules:
146164
- team: yoshi-admins
147165
permission: admin

0 commit comments

Comments
 (0)