Merge pull request #18636 from kittykat/develop

Issue triage: move only defects into priority bugs
This commit is contained in:
Kat Gerasimova
2021-08-19 14:46:11 +01:00
committed by GitHub

View File

@@ -8,6 +8,7 @@ jobs:
Move_high_priority_issues_to_team_workboard:
runs-on: ubuntu-latest
if: >
contains(github.event.issue.labels.*.name, 'T-Defect') &&
contains(github.event.issue.labels.*.name, 'S-Critical') &&
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
contains(github.event.issue.labels.*.name, 'O-Intermediate')) ||