We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07a128 commit 0901953Copy full SHA for 0901953
.github/workflows/release.yml
@@ -9,6 +9,9 @@ on:
9
force:
10
description: Force a release even when there are release-blockers (optional)
11
required: false
12
+ merge_target:
13
+ description: Target branch to merge into. Uses the default branch as a fallback (optional)
14
+ required: false
15
16
jobs:
17
release:
@@ -26,3 +29,4 @@ jobs:
26
29
with:
27
30
version: ${{ github.event.inputs.version }}
28
31
force: ${{ github.event.inputs.force }}
32
+ merge_target: ${{ github.event.inputs.merge_target }}
0 commit comments