Skip to content

Commit

Permalink
Allow to configure merge target for releases (#2777)
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Feb 29, 2024
1 parent e07a128 commit 0901953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
force:
description: Force a release even when there are release-blockers (optional)
required: false
merge_target:
description: Target branch to merge into. Uses the default branch as a fallback (optional)
required: false

jobs:
release:
Expand All @@ -26,3 +29,4 @@ jobs:
with:
version: ${{ github.event.inputs.version }}
force: ${{ github.event.inputs.force }}
merge_target: ${{ github.event.inputs.merge_target }}

0 comments on commit 0901953

Please sign in to comment.