Skip to content

Commit c6b01ea

Browse files
committed
chore: Create a LTS branch for Datastore 2.x version
1 parent 60913bc commit c6b01ea

2 files changed

Lines changed: 23 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,24 @@ 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+
- units (8)
143+
- units (11)
144+
- units (17)
145+
- cla/google
146+
- lint
147+
- 'Kokoro - Test: Integration'
148+
- 'Kokoro - Test: GraalVM Native Image A'
149+
- 'Kokoro - Test: GraalVM Native Image B'
150+
- 'Kokoro - Test: GraalVM Native Image C'
151+
- header-check
152+
- library_generation
153+
- unmanaged_dependency_check
136154
permissionRules:
137155
- team: yoshi-admins
138156
permission: admin

0 commit comments

Comments
 (0)