Skip to content

Commit 528fde2

Browse files
authored
chore: setup 1.37.x lts branch (#11039)
* chore: setup 1.37.x lts branch * fix: release-please config.
1 parent 154dd9c commit 528fde2

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

.github/release-please.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ branches:
1111
releaseType: java-backport
1212
manifest: true
1313
handleGHRelease: true
14-
- primaryBranch: main
14+
- branch: 1.25.x
15+
releaseType: java-backport
16+
manifest: true
17+
handleGHRelease: true
18+
- branch: 1.37.x
1519
releaseType: java-backport
1620
manifest: true
1721
handleGHRelease: true
18-
branch: 1.25.x

.github/sync-repo-settings.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,23 @@ branchProtectionRules:
6262
- 'Kokoro - Test: GraalVM Native Image A'
6363
- 'Kokoro - Test: GraalVM Native Image B'
6464
- header-check
65+
- pattern: 1.37.x
66+
isAdminEnforced: true
67+
requiredApprovingReviewCount: 1
68+
requiresCodeOwnerReviews: true
69+
requiresStrictStatusChecks: false
70+
requiredStatusCheckContexts:
71+
- units (8)
72+
- units (11)
73+
- units (17)
74+
- cla/google
75+
- enforcer
76+
- lint
77+
- 'Kokoro - Test: Integration'
78+
- 'Kokoro - Test: GraalVM Native Image A'
79+
- 'Kokoro - Test: GraalVM Native Image B'
80+
- header-check
81+
- library_generation
6582
permissionRules:
6683
- team: yoshi-admins
6784
permission: admin

0 commit comments

Comments
 (0)