Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

feat: next release from main branch is 2.17.0 #1659

Merged
merged 1 commit into from
Apr 18, 2022
Merged
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 @@ -16,3 +16,7 @@ branches:
bumpMinorPreMajor: true
handleGHRelease: true
branch: 2.6.x
- releaseType: java-backport
bumpMinorPreMajor: true
handleGHRelease: true
branch: 2.16.x
10 changes: 10 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ branchProtectionRules:
- units (8)
- units (11)
- cla/google
- pattern: 2.16.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
requiredStatusCheckContexts:
- bazel
- units (8)
- units (11)
- cla/google
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down