Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ handleGHRelease: true
manifest: true
primaryBranch: main
branches:
- branch: java7
releaseType: java-yoshi
bumpMinorPreMajor: true
- branch: 26.1.x
releaseType: java-backport
- branch: protobuf-4.x-rc
releaseType: java-yoshi
- branch: java7
releaseType: java-yoshi
bumpMinorPreMajor: true
- branch: 26.1.x
releaseType: java-backport
- branch: protobuf-4.x-rc
releaseType: java-yoshi
- releaseType: java-backport
handleGHRelease: true
manifest: true
primaryBranch: main
branch: 26.75.x
13 changes: 13 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ branchProtectionRules:
- units (11)
- cla/google
- bom-content-test
- pattern: 26.75.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (17)
- lint
- clirr
- units (8)
- units (11)
- cla/google
- bom-content-test
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down
Loading