Skip to content

Commit 0901953

Browse files
authored
Allow to configure merge target for releases (#2777)
1 parent e07a128 commit 0901953

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
force:
1010
description: Force a release even when there are release-blockers (optional)
1111
required: false
12+
merge_target:
13+
description: Target branch to merge into. Uses the default branch as a fallback (optional)
14+
required: false
1215

1316
jobs:
1417
release:
@@ -26,3 +29,4 @@ jobs:
2629
with:
2730
version: ${{ github.event.inputs.version }}
2831
force: ${{ github.event.inputs.force }}
32+
merge_target: ${{ github.event.inputs.merge_target }}

0 commit comments

Comments
 (0)