refactor: Add severity dropdown to bug report template

This commit is contained in:
Mauro Balades
2024-07-29 01:07:01 +02:00
parent 711fd0ab8b
commit a3213e069b
2 changed files with 5 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ body:
- High
- Critical
- Enhancement
multiple: true
validations:
required: true

View File

@@ -32,4 +32,7 @@ jobs:
with:
issue-form: ${{ steps.issue-parser.outputs.jsonString }}
token: ${{ secrets.GITHUB_TOKEN }}
section: severity
section: severity
block-list: | # <-- this value needs to be set (workaround)
None