refactor: Add multiple severity options to bug report template

This commit is contained in:
Mauro Balades
2024-07-29 00:49:55 +02:00
parent 5985420dbb
commit bf96065340
3 changed files with 1 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ body:
id: severity
attributes:
label: Severity impact
multiple: true
options:
- Low (visual glitch, minor inconvenience)
- Medium (major inconvenience, but workaround exists)

View File

@@ -9,7 +9,6 @@
policy:
- section:
- id: [severity]
block-list: ['None', 'Other']
label:
- name: 'kind: low severity'
keys: ['Low (visual glitch, minor inconvenience)']
@@ -19,7 +18,5 @@ policy:
keys: ['High (badly broken, no workaround)']
- name: 'kind: critical severity'
keys: ['Critical (data loss, security issue)']
- name: 'kind: enhancement'
keys: ['Enhancement (feature request) [we like these too!]']

View File

@@ -32,7 +32,4 @@ jobs:
with:
issue-form: ${{ steps.issue-parser.outputs.jsonString }}
section: severity
block-list: |
None
Other
token: ${{ secrets.GITHUB_TOKEN }}