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.7.0 #1530

Merged
merged 1 commit into from Oct 15, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/release-please.yml
Expand Up @@ -11,4 +11,8 @@ branches:
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
branch: java7
branch: java7
- releaseType: java-backport
bumpMinorPreMajor: true
handleGHRelease: true
branch: 2.6.x
10 changes: 10 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -51,6 +51,16 @@ branchProtectionRules:
- units (8)
- units (11)
- cla/google
- pattern: 2.6.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