From 836ba7a755f0334caf1a2e04659e844125d4eefd Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Tue, 28 Jun 2022 14:14:15 +0100 Subject: [PATCH] Update issue automation (#22672) Remove "A-New-Search-Experience" from being automatically labelled with "Z-Labs" --- .github/workflows/triage-labelled.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index 1e576cae2..8ae1b9ff8 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -11,7 +11,6 @@ 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-Location-Sharing') || contains(github.event.issue.labels.*.name, 'Z-IA') || contains(github.event.issue.labels.*.name, 'A-Themes-Custom') ||