From 8ce9488bb527fb1cab9cecd02198cfbf5b3201dd Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Thu, 31 Mar 2022 16:55:10 +0100 Subject: [PATCH] Add automation for "A-New-Search-Experience" label (#21622) Add A-New-Search-Experience label for automation to Delight board and to add Z-Labs label. This label is currently down as A-Spotlight-Search, but I will rename it. --- .github/workflows/triage-labelled.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index b57cf96eb8..041052e49c 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -1,4 +1,4 @@ -name: Move labelled issues to correct boards and columns +name: Move labelled issues to correct projects on: issues: @@ -11,6 +11,7 @@ jobs: if: > contains(github.event.issue.labels.*.name, 'A-Maths') || contains(github.event.issue.labels.*.name, 'A-Message-Pinning') || + contains(github.event.issue.labels.*.name, 'A-New-Search-Experience') || contains(github.event.issue.labels.*.name, 'A-Threads') || contains(github.event.issue.labels.*.name, 'A-Location-Sharing') || contains(github.event.issue.labels.*.name, 'Z-IA') || @@ -99,6 +100,7 @@ jobs: name: Delight issues to project board runs-on: ubuntu-latest if: > + contains(github.event.issue.labels.*.name, 'A-New-Search-Experience') || contains(github.event.issue.labels.*.name, 'A-Spaces') || contains(github.event.issue.labels.*.name, 'A-Space-Settings') || contains(github.event.issue.labels.*.name, 'A-Subspaces') ||