Skip to content

Commit

Permalink
build: Add OLM fix branch to release please config (#844)
Browse files Browse the repository at this point in the history
* build: add release please branch for backporting olm parsing fix to v1.106.0

* build: add release please branch for backporting olm parsing fix to v1.106.0

* add new line

* fix yml

* build(ci): add patch branch to sync repo settings
  • Loading branch information
danielduhh committed May 26, 2021
1 parent 340f393 commit c71ccc4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ branches:
handleGHRelease: true
releaseType: java-lts
branch: 1.113.14-sp
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
branch: 1.106.1

16 changes: 16 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ branchProtectionRules:
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- pattern: 1.106.1
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- linkage-monitor
- lint
- clirr
- units (7)
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit c71ccc4

Please sign in to comment.