Skip to content

Commit 8c41360

Browse files
authored
{CI} remove added label condition for resourceManagement.yml script (#30328)
1 parent 0494144 commit 8c41360

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tools/Github/ParseServiceContactsList.ps1

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,6 @@ if ($null -ne $contactsList) {
8181

8282
$serviceContacts.Add($serviceTeamLabel, [PSCustomObject]@{
8383
if = @(
84-
[PSCustomObject]@{
85-
or = @(
86-
[PSCustomObject]@{
87-
labelAdded = [PSCustomObject]@{
88-
label = 'Service Attention'
89-
}
90-
},
91-
[PSCustomObject]@{
92-
labelAdded = [PSCustomObject]@{
93-
label = $serviceTeamLabel
94-
}
95-
}
96-
)
97-
},
9884
[PSCustomObject]@{
9985
hasLabel = [PSCustomObject]@{
10086
label = 'Service Attention'

0 commit comments

Comments
 (0)