From e08ec575caa0c291356125f238c150226691ed07 Mon Sep 17 00:00:00 2001 From: Qi Pan <43341456+Pan-Qi@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:56:12 +1100 Subject: [PATCH] remove added label condition --- tools/Github/ParseServiceContactsList.ps1 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tools/Github/ParseServiceContactsList.ps1 b/tools/Github/ParseServiceContactsList.ps1 index 627101e27cf..a8c80f03042 100644 --- a/tools/Github/ParseServiceContactsList.ps1 +++ b/tools/Github/ParseServiceContactsList.ps1 @@ -81,20 +81,6 @@ if ($null -ne $contactsList) { $serviceContacts.Add($serviceTeamLabel, [PSCustomObject]@{ if = @( - [PSCustomObject]@{ - or = @( - [PSCustomObject]@{ - labelAdded = [PSCustomObject]@{ - label = 'Service Attention' - } - }, - [PSCustomObject]@{ - labelAdded = [PSCustomObject]@{ - label = $serviceTeamLabel - } - } - ) - }, [PSCustomObject]@{ hasLabel = [PSCustomObject]@{ label = 'Service Attention'