From cec31d0e714e2b77b75db009995970134ce465c3 Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Thu, 7 Apr 2022 14:59:25 +0100 Subject: [PATCH] Don't label threads issues with Z-Labs (#21707) Threads is out of labs now, so shouldn't be labelled as Z-Labs in our issue tracker any more --- .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 d95cccc730..20c6c532d5 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -12,7 +12,6 @@ jobs: 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') || contains(github.event.issue.labels.*.name, 'A-Themes-Custom') ||