From d6d02631ab98feaa84c0def4d0eaabcb26b81fa1 Mon Sep 17 00:00:00 2001 From: Germain Date: Wed, 27 Jul 2022 14:01:06 +0100 Subject: [PATCH] Move major and critical threads to delight board (#22937) --- .github/workflows/triage-labelled.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index 45a1a945d4..dddc5140ad 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -93,6 +93,9 @@ jobs: runs-on: ubuntu-latest if: > 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, 'Z-NewUserJourney') steps: