Skip to content

Commit 725c92c

Browse files
authored
chore: set up 2.12.x branch (#4276)
1 parent 8ee4d33 commit 725c92c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/release-please.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,12 @@ branches:
5656
bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
5757
handleGHRelease: true
5858
branch: 2.9.x
59+
- releaseType: java-backport
60+
bumpMinorPreMajor: true
61+
extraFiles:
62+
- >-
63+
bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java
64+
- >-
65+
bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
66+
handleGHRelease: true
67+
branch: 2.12.x

.github/sync-repo-settings.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,20 @@ branchProtectionRules:
100100
- OwlBot Post Processor
101101
requiredApprovingReviewCount: 1
102102
requiresCodeOwnerReviews: true
103+
- pattern: 2.12.x
104+
isAdminEnforced: true
105+
requiredStatusCheckContexts:
106+
- 'Kokoro - Test: Binary Compatibility'
107+
- 'Kokoro - Test: Code Format'
108+
- 'Kokoro - Test: Dependencies'
109+
- 'Kokoro - Test: Integration'
110+
- 'Kokoro - Test: Java 11'
111+
- 'Kokoro - Test: Java 8'
112+
- 'Kokoro - Test: Beam Integration'
113+
- cla/google
114+
- OwlBot Post Processor
115+
requiredApprovingReviewCount: 1
116+
requiresCodeOwnerReviews: true
103117
permissionRules:
104118
- team: yoshi-java-admins
105119
permission: admin

0 commit comments

Comments
 (0)