Skip to content

Commit 481e26d

Browse files
authored
chore: create LTS branch 2.29.x (#1922)
1 parent 0fd4981 commit 481e26d

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ branches:
4242
handleGHRelease: true
4343
releaseType: java-backport
4444
branch: 2.30.x
45+
- bumpMinorPreMajor: true
46+
handleGHRelease: true
47+
releaseType: java-backport
48+
branch: 2.29.x

.github/sync-repo-settings.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,25 @@ branchProtectionRules:
210210
- javadoc
211211
- library_generation
212212
- unmanaged_dependency_check
213+
- pattern: 2.29.x
214+
isAdminEnforced: true
215+
requiredApprovingReviewCount: 1
216+
requiresCodeOwnerReviews: true
217+
requiresStrictStatusChecks: false
218+
requiredStatusCheckContexts:
219+
- dependencies (17)
220+
- lint
221+
- clirr
222+
- units (8)
223+
- units (11)
224+
- 'Kokoro - Test: Integration'
225+
- cla/google
226+
- 'Kokoro - Test: Java GraalVM Native Image A'
227+
- 'Kokoro - Test: Java GraalVM Native Image B'
228+
- 'Kokoro - Test: Java GraalVM Native Image C'
229+
- javadoc
230+
- library_generation
231+
- unmanaged_dependency_check
213232
permissionRules:
214233
- team: yoshi-admins
215234
permission: admin

0 commit comments

Comments
 (0)