diff --git a/tools/Github/ParseServiceContactsList.ps1 b/tools/Github/ParseServiceContactsList.ps1 index 235339716c05..1f8501f3524c 100644 --- a/tools/Github/ParseServiceContactsList.ps1 +++ b/tools/Github/ParseServiceContactsList.ps1 @@ -81,6 +81,20 @@ foreach ($contacts in $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'