mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 22:42:35 -04:00
ci: add input for base branch
This commit is contained in:
parent
c0337a0c6f
commit
fc67c768a1
1 changed files with 5 additions and 1 deletions
6
.github/workflows/draft-new-release.yml
vendored
6
.github/workflows/draft-new-release.yml
vendored
|
@ -6,6 +6,10 @@ on:
|
|||
version:
|
||||
description: "The new version in X.Y.Z format."
|
||||
required: true
|
||||
base:
|
||||
description: "The base branch for the pull request."
|
||||
default: "master"
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
draft-new-release:
|
||||
|
@ -58,7 +62,7 @@ jobs:
|
|||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.BOTTY_GITHUB_TOKEN }}
|
||||
head: release/${{ github.event.inputs.version }}
|
||||
base: master
|
||||
base: ${{ github.event.inputs.base }}
|
||||
title: Release version ${{ github.event.inputs.version }}
|
||||
reviewers: ${{ github.actor }}
|
||||
body: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue