File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 5
5
types : [labeled, unlabeled]
6
6
7
7
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
-
31
8
P1_issues_to_crypto_team_workboard :
32
9
runs-on : ubuntu-latest
33
10
if : >
You can’t perform that action at this time.
0 commit comments