mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 14:32:24 -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:
|
version:
|
||||||
description: "The new version in X.Y.Z format."
|
description: "The new version in X.Y.Z format."
|
||||||
required: true
|
required: true
|
||||||
|
base:
|
||||||
|
description: "The base branch for the pull request."
|
||||||
|
default: "master"
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
draft-new-release:
|
draft-new-release:
|
||||||
|
@ -58,7 +62,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.BOTTY_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.BOTTY_GITHUB_TOKEN }}
|
||||||
head: release/${{ github.event.inputs.version }}
|
head: release/${{ github.event.inputs.version }}
|
||||||
base: master
|
base: ${{ github.event.inputs.base }}
|
||||||
title: Release version ${{ github.event.inputs.version }}
|
title: Release version ${{ github.event.inputs.version }}
|
||||||
reviewers: ${{ github.actor }}
|
reviewers: ${{ github.actor }}
|
||||||
body: |
|
body: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue