Skip to content

Commit b2d057b

Browse files
authored
Update triage-priority-bugs.yml (#22277)
1 parent d36dcd2 commit b2d057b

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/triage-priority-bugs.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,6 @@ on:
55
types: [labeled, unlabeled]
66

77
jobs:
8-
p1_issues_to_team_workboard:
9-
runs-on: ubuntu-latest
10-
if: >
11-
(!contains(github.event.issue.labels.*.name, 'A-E2EE') &&
12-
!contains(github.event.issue.labels.*.name, 'A-E2EE-Cross-Signing') &&
13-
!contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') &&
14-
!contains(github.event.issue.labels.*.name, 'A-E2EE-Key-Backup') &&
15-
!contains(github.event.issue.labels.*.name, 'A-E2EE-SAS-Verification')) &&
16-
(contains(github.event.issue.labels.*.name, 'T-Defect') &&
17-
contains(github.event.issue.labels.*.name, 'S-Critical') &&
18-
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
19-
contains(github.event.issue.labels.*.name, 'O-Occasional')) ||
20-
contains(github.event.issue.labels.*.name, 'S-Major') &&
21-
contains(github.event.issue.labels.*.name, 'O-Frequent') ||
22-
contains(github.event.issue.labels.*.name, 'A11y') &&
23-
contains(github.event.issue.labels.*.name, 'O-Frequent'))
24-
steps:
25-
- uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488
26-
with:
27-
project: Web App Team
28-
column: P1
29-
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
30-
318
P1_issues_to_crypto_team_workboard:
329
runs-on: ubuntu-latest
3310
if: >

0 commit comments

Comments
 (0)