mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
refactor: Update bug report template with severity options
This commit is contained in:
7
.github/advanced-issue-labeler.yml
vendored
7
.github/advanced-issue-labeler.yml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# Keep up to date with workflows/issue-create.yml !!!
|
||||
|
||||
# Low (visual glitch, minor inconvenience)
|
||||
@@ -7,7 +8,8 @@
|
||||
# Enhancement (feature request) [we like these too!]
|
||||
|
||||
policy:
|
||||
- section:
|
||||
- template: [bug_report.yml]
|
||||
section:
|
||||
- id: [severity]
|
||||
label:
|
||||
- name: 'kind: low severity'
|
||||
@@ -18,5 +20,6 @@ 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!]']
|
||||
|
||||
|
1
.github/workflows/issue-create.yml
vendored
1
.github/workflows/issue-create.yml
vendored
@@ -31,5 +31,4 @@ jobs:
|
||||
uses: redhat-plumbers-in-action/advanced-issue-labeler@v2
|
||||
with:
|
||||
issue-form: ${{ steps.issue-parser.outputs.jsonString }}
|
||||
section: severity
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
Reference in New Issue
Block a user