Skip to content
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
37 changes: 21 additions & 16 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,24 @@ releaseType: java-yoshi
manifest: true
handleGHRelease: true
branches:
- branch: 1.0.x
releaseType: java-backport
bumpMinorPreMajor: true
- branch: 1.13.x
releaseType: java-backport
- branch: 1.25.x
releaseType: java-backport
- branch: 1.37.x
releaseType: java-backport
- branch: 1.53.x
releaseType: java-backport
- branch: 1.61.x
releaseType: java-backport
- branch: 1.58.x
releaseType: java-backport
- branch: protobuf-4.x-rc
- branch: 1.0.x
releaseType: java-backport
bumpMinorPreMajor: true
- branch: 1.13.x
releaseType: java-backport
- branch: 1.25.x
releaseType: java-backport
- branch: 1.37.x
releaseType: java-backport
- branch: 1.53.x
releaseType: java-backport
- branch: 1.61.x
releaseType: java-backport
- branch: 1.58.x
releaseType: java-backport
- branch: protobuf-4.x-rc
- primaryBranch: main
releaseType: java-backport
manifest: true
handleGHRelease: true
branch: 1.77.x
18 changes: 18 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,24 @@ branchProtectionRules:
- header-check
- library_generation
- unmanaged_dependency_check
- pattern: 1.77.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- units (8)
- units (11)
- units (17)
- cla/google
- lint
- 'Kokoro - Test: Integration'
- 'Kokoro - Test: GraalVM Native Image A'
- 'Kokoro - Test: GraalVM Native Image B'
- 'Kokoro - Test: GraalVM Native Image C'
- header-check
- library_generation
- unmanaged_dependency_check
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down
Loading