Skip to content

Commit f23157f

Browse files
authored
chore: create LTS branch 1.58.x (#11677)
enable releases
1 parent 45852ae commit f23157f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/release-please.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ branches:
2828
manifest: true
2929
handleGHRelease: true
3030
branch: 1.61.x
31+
- primaryBranch: main
32+
releaseType: java-backport
33+
manifest: true
34+
handleGHRelease: true
35+
branch: 1.58.x

.github/sync-repo-settings.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,24 @@ branchProtectionRules:
115115
- header-check
116116
- library_generation
117117
- unmanaged_dependency_check
118+
- pattern: 1.58.x
119+
isAdminEnforced: true
120+
requiredApprovingReviewCount: 1
121+
requiresCodeOwnerReviews: true
122+
requiresStrictStatusChecks: false
123+
requiredStatusCheckContexts:
124+
- units (8)
125+
- units (11)
126+
- units (17)
127+
- cla/google
128+
- lint
129+
- 'Kokoro - Test: Integration'
130+
- 'Kokoro - Test: GraalVM Native Image A'
131+
- 'Kokoro - Test: GraalVM Native Image B'
132+
- 'Kokoro - Test: GraalVM Native Image C'
133+
- header-check
134+
- library_generation
135+
- unmanaged_dependency_check
118136
permissionRules:
119137
- team: yoshi-admins
120138
permission: admin

0 commit comments

Comments
 (0)