Move major and critical threads to delight board (#22937)
This commit is contained in:
@@ -93,6 +93,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
if: >
|
||||||
contains(github.event.issue.labels.*.name, 'A-New-Search-Experience') ||
|
contains(github.event.issue.labels.*.name, 'A-New-Search-Experience') ||
|
||||||
|
(contains(github.event.issue.labels.*.name, 'A-Threads') &&
|
||||||
|
(contains(github.event.issue.labels.*.name, 'S-Major') ||
|
||||||
|
contains(github.event.issue.labels.*.name, 'S-Critical'))) ||
|
||||||
contains(github.event.issue.labels.*.name, 'Team: Delight') ||
|
contains(github.event.issue.labels.*.name, 'Team: Delight') ||
|
||||||
contains(github.event.issue.labels.*.name, 'Z-NewUserJourney')
|
contains(github.event.issue.labels.*.name, 'Z-NewUserJourney')
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user