Skip to content

Commit

Permalink
build: configure branch java7 as a release branch (#760)
Browse files Browse the repository at this point in the history
enable releases
  • Loading branch information
Neenu1995 committed Aug 3, 2021
1 parent 82e4d0d commit fdc4209
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/release-please.yml
Expand Up @@ -5,3 +5,7 @@ branches:
- releaseType: java-lts
bumpMinorPreMajor: true
branch: 1.111.0-sp
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
branch: java7
20 changes: 18 additions & 2 deletions .github/sync-repo-settings.yaml
Expand Up @@ -16,7 +16,7 @@ branchProtectionRules:
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- 'Kokoro - Against Pub/Sub Lite samples'
- Kokoro - Against Pub/Sub Lite samples
- cla/google
- pattern: 1.111.0-sp
isAdminEnforced: true
Expand All @@ -32,7 +32,23 @@ branchProtectionRules:
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- 'Kokoro - Against Pub/Sub Lite samples'
- Kokoro - Against Pub/Sub Lite samples
- cla/google
- pattern: java7
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- linkage-monitor
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- Kokoro - Against Pub/Sub Lite samples
- cla/google
permissionRules:
- team: yoshi-admins
Expand Down

0 comments on commit fdc4209

Please sign in to comment.