Skip to content

Commit

Permalink
build: configure branch 0.25.2-sp as a release branch (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurSadykov committed May 14, 2021
1 parent 5a946ea commit 3d5195a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .github/release-please.yml
@@ -1,3 +1,8 @@
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
branches:
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-lts
branch: 0.25.2-sp
45 changes: 30 additions & 15 deletions .github/sync-repo-settings.yaml
Expand Up @@ -2,21 +2,36 @@ rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: master
isAdminEnforced: true
requiredStatusCheckContexts:
- "dependencies (8)"
- "dependencies (11)"
- "linkage-monitor"
- "lint"
- "clirr"
- "units (7)"
- "units (8)"
- "units (11)"
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
- pattern: master
isAdminEnforced: true
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- linkage-monitor
- lint
- clirr
- units (7)
- units (8)
- units (11)
- cla/google
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
- pattern: 0.25.2-sp
isAdminEnforced: true
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- linkage-monitor
- lint
- clirr
- units (7)
- units (8)
- units (11)
- cla/google
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
permissionRules:
- team: Googlers
permission: pull
Expand Down

0 comments on commit 3d5195a

Please sign in to comment.