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
4 changes: 4 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ branches:
bumpMinorPreMajor: true
handleGHRelease: true
branch: 6.66.x
- releaseType: java-backport
bumpMinorPreMajor: true
handleGHRelease: true
branch: 6.88.x-LTS8
21 changes: 21 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,27 @@ branchProtectionRules:
- compile (11)
- units-with-multiplexed-session (8)
- units-with-multiplexed-session (11)
- pattern: 6.88.x-LTS8
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (17)
- lint
- javadoc
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- 'Kokoro - Test: Integration with Multiplexed Sessions'
- cla/google
- checkstyle
- compile (8)
- compile (11)
- units-with-multiplexed-session (8)
- units-with-multiplexed-session (11)
- unmanaged_dependency_check
- library_generation
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down
Loading