mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
Delete triage-priority-bugs.yml (#24266)
This was moving issues to a non-existent board
This commit is contained in:
parent
022a269e99
commit
0990a0dcdd
1 changed files with 0 additions and 30 deletions
30
.github/workflows/triage-priority-bugs.yml
vendored
30
.github/workflows/triage-priority-bugs.yml
vendored
|
@ -1,30 +0,0 @@
|
||||||
name: Move P1 bugs to boards
|
|
||||||
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types: [labeled, unlabeled]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
P1_issues_to_crypto_team_workboard:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: >
|
|
||||||
contains(github.event.issue.labels.*.name, 'Z-UISI') ||
|
|
||||||
(contains(github.event.issue.labels.*.name, 'A-E2EE') ||
|
|
||||||
contains(github.event.issue.labels.*.name, 'A-E2EE-Cross-Signing') ||
|
|
||||||
contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') ||
|
|
||||||
contains(github.event.issue.labels.*.name, 'A-E2EE-Key-Backup') ||
|
|
||||||
contains(github.event.issue.labels.*.name, 'A-E2EE-SAS-Verification')) &&
|
|
||||||
(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-Occasional')) ||
|
|
||||||
contains(github.event.issue.labels.*.name, 'S-Major') &&
|
|
||||||
contains(github.event.issue.labels.*.name, 'O-Frequent') ||
|
|
||||||
contains(github.event.issue.labels.*.name, 'A11y') &&
|
|
||||||
contains(github.event.issue.labels.*.name, 'O-Frequent'))
|
|
||||||
steps:
|
|
||||||
- uses: alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d
|
|
||||||
with:
|
|
||||||
project: Crypto Team
|
|
||||||
column: Ready
|
|
||||||
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
|
Loading…
Reference in a new issue