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

feat: next release from main branch is 3.1.0 #910

Merged
merged 1 commit into from Nov 10, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/release-please.yml
Expand Up @@ -18,3 +18,7 @@ branches:
handleGHRelease: true
bumpMinorPreMajor: true
branch: 2.10.x
- releaseType: java-backport
handleGHRelease: true
bumpMinorPreMajor: true
branch: 3.0.x
15 changes: 15 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -76,6 +76,21 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
- pattern: 3.0.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down