File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Move labelled issues to correct projects
2
2
3
3
on :
4
4
issues :
5
- types : [ labeled ]
5
+ types : [labeled]
6
6
7
7
jobs :
8
8
apply_Z-Labs_label :
@@ -100,9 +100,6 @@ jobs:
100
100
runs-on : ubuntu-latest
101
101
if : >
102
102
contains(github.event.issue.labels.*.name, 'A-New-Search-Experience') ||
103
- contains(github.event.issue.labels.*.name, 'A-Spaces') ||
104
- contains(github.event.issue.labels.*.name, 'A-Space-Settings') ||
105
- contains(github.event.issue.labels.*.name, 'A-Subspaces') ||
106
103
contains(github.event.issue.labels.*.name, 'Team: Delight') ||
107
104
contains(github.event.issue.labels.*.name, 'Z-IA') ||
108
105
contains(github.event.issue.labels.*.name, 'Z-NewUserJourney')
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Move P1 bugs to boards
2
2
3
3
on :
4
4
issues :
5
- types : [ labeled, unlabeled ]
5
+ types : [labeled, unlabeled]
6
6
7
7
jobs :
8
8
p1_issues_to_team_workboard :
12
12
!contains(github.event.issue.labels.*.name, 'A-E2EE-Cross-Signing') &&
13
13
!contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') &&
14
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, 'A-Spaces') &&
17
- !contains(github.event.issue.labels.*.name, 'A-Spaces-Settings') &&
18
- !contains(github.event.issue.labels.*.name, 'A-Subspaces')) &&
15
+ !contains(github.event.issue.labels.*.name, 'A-E2EE-SAS-Verification')) &&
19
16
(contains(github.event.issue.labels.*.name, 'T-Defect') &&
20
17
contains(github.event.issue.labels.*.name, 'S-Critical') &&
21
18
(contains(github.event.issue.labels.*.name, 'O-Frequent') ||
You can’t perform that action at this time.
0 commit comments