mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-06 21:37:50 +00:00
refactor: Add severity dropdown to bug report template
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -40,6 +40,7 @@ body:
|
||||
- High
|
||||
- Critical
|
||||
- Enhancement
|
||||
multiple: true
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
||||
5
.github/workflows/issue-create.yml
vendored
5
.github/workflows/issue-create.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user