Skip to content

Commit

Permalink
feat: creating java backport (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahrogers-google committed Oct 27, 2021
1 parent b7ba1a8 commit 51b01e2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-please.yml
Expand Up @@ -9,3 +9,7 @@ branches:
handleGHRelease: true
releaseType: java-yoshi
branch: java7
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
branch: 1.114.x
16 changes: 16 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -50,6 +50,22 @@ branchProtectionRules:
- Kokoro - Against Pub/Sub Lite samples
- cla/google
- OwlBot Post Processor
- pattern: 1.114.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- Kokoro - Against Pub/Sub Lite samples
- cla/google
- OwlBot Post Processor
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit 51b01e2

Please sign in to comment.