Skip to content

Commit 1d7a6cf

Browse files
authored
chore: Create a LTS branch for Datastore 2.x version (#12998)
Copied the settings from the existing LTS configs
1 parent 60913bc commit 1d7a6cf

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.github/release-please.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ branches:
4646
onDemand: true
4747
local: true
4848
localCloneDepth: 200
49+
- branch: datastore-2.x
50+
releaseType: java-backport
51+
onDemand: true
52+
local: true
53+
localCloneDepth: 200

.github/sync-repo-settings.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,23 @@ branchProtectionRules:
133133
- header-check
134134
- library_generation
135135
- unmanaged_dependency_check
136+
- pattern: datastore-2.x
137+
isAdminEnforced: true
138+
requiredApprovingReviewCount: 1
139+
requiresCodeOwnerReviews: true
140+
requiresStrictStatusChecks: false
141+
requiredStatusCheckContexts:
142+
- split-units (java-datastore, 8)
143+
- split-units (java-datastore, 11)
144+
- split-units (java-datastore, 17)
145+
- split-units (java-datastore, 21)
146+
- split-units (java-datastore, 25)
147+
- split-clirr (java-datastore)
148+
- cla/google
149+
- lint
150+
- 'Kokoro - Test: Integration'
151+
- 'Kokoro - Test: Datastore Integration'
152+
- 'Kokoro - Test: Datastore GraalVM Native Image'
136153
permissionRules:
137154
- team: yoshi-admins
138155
permission: admin

0 commit comments

Comments
 (0)