Skip to content

Commit

Permalink
chore: setup 1.37.x lts branch (#11039)
Browse files Browse the repository at this point in the history
* chore: setup 1.37.x lts branch

* fix: release-please config.
  • Loading branch information
zhumin8 authored Jul 31, 2024
1 parent 154dd9c commit 528fde2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ branches:
releaseType: java-backport
manifest: true
handleGHRelease: true
- primaryBranch: main
- branch: 1.25.x
releaseType: java-backport
manifest: true
handleGHRelease: true
- branch: 1.37.x
releaseType: java-backport
manifest: true
handleGHRelease: true
branch: 1.25.x
17 changes: 17 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,23 @@ branchProtectionRules:
- 'Kokoro - Test: GraalVM Native Image A'
- 'Kokoro - Test: GraalVM Native Image B'
- header-check
- pattern: 1.37.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- units (8)
- units (11)
- units (17)
- cla/google
- enforcer
- lint
- 'Kokoro - Test: Integration'
- 'Kokoro - Test: GraalVM Native Image A'
- 'Kokoro - Test: GraalVM Native Image B'
- header-check
- library_generation
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit 528fde2

Please sign in to comment.