Skip to content

Commit

Permalink
ci: use custom field types in the create issue workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Dec 5, 2024
1 parent fc0d30c commit e1f56a9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/create-release-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,27 @@ on:
workflow_dispatch:
inputs:
type:
description: 'What's the type of the release? (Options: node, miner, both)"'
description: "What's the type of the release?"
required: true
type: choice
options:
- node
- miner
- both
tag:
description: "What's the tag of the release? (e.g., 1.30.1)"
required: true
level:
description: "What's the level of the release? (Options: major, minor, patch)"
description: "What's the level of the release?"
required: true
default: 'warning'
type: choice
options:
- major
- minor
- patch
network-upgrade:
description: "What's the version of the network upgrade this release is related to? (e.g., 25)"
description: "What's the version of the network upgrade this release is related to? (e.g. 25)"
required: false
discussion-link:
description: "What's a link to the GitHub Discussions topic for the network upgrade?"
Expand Down

0 comments on commit e1f56a9

Please sign in to comment.