mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
refactor: Update advanced-issue-labeler to version 3 for severity label functionality
This commit is contained in:
3
.github/advanced-issue-labeler.yml
vendored
3
.github/advanced-issue-labeler.yml
vendored
@@ -2,8 +2,7 @@
|
||||
# Keep up to date with workflows/issue-create.yml !!!
|
||||
|
||||
policy:
|
||||
- template: [bug_report.yml]
|
||||
section:
|
||||
- section:
|
||||
- id: [severity]
|
||||
label:
|
||||
- name: 'kind: low severity'
|
||||
|
5
.github/workflows/issue-create.yml
vendored
5
.github/workflows/issue-create.yml
vendored
@@ -28,11 +28,8 @@ jobs:
|
||||
template-path: .github/ISSUE_TEMPLATE/bug_report.yml
|
||||
|
||||
- name: Set labels based on severity field
|
||||
uses: redhat-plumbers-in-action/advanced-issue-labeler@v2
|
||||
uses: redhat-plumbers-in-action/advanced-issue-labeler@v3
|
||||
with:
|
||||
issue-form: ${{ steps.issue-parser.outputs.jsonString }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
section: severity
|
||||
block-list: | # <-- this value needs to be set (workaround)
|
||||
None
|
||||
|
Reference in New Issue
Block a user