mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Issue triage: move only defects into priority bugs
This commit is contained in:
parent
c055b4a20e
commit
b04b2baf4e
1
.github/workflows/triage-priority-bugs.yml
vendored
1
.github/workflows/triage-priority-bugs.yml
vendored
@ -8,6 +8,7 @@ jobs:
|
|||||||
Move_high_priority_issues_to_team_workboard:
|
Move_high_priority_issues_to_team_workboard:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
if: >
|
||||||
|
contains(github.event.issue.labels.*.name, 'T-Defect') &&
|
||||||
contains(github.event.issue.labels.*.name, 'S-Critical') &&
|
contains(github.event.issue.labels.*.name, 'S-Critical') &&
|
||||||
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
|
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
|
||||||
contains(github.event.issue.labels.*.name, 'O-Intermediate')) ||
|
contains(github.event.issue.labels.*.name, 'O-Intermediate')) ||
|
||||||
|
Loading…
Reference in New Issue
Block a user