Skip to content

Commit

Permalink
{CI} remove added label condition for resourceManagement.yml script (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pan-Qi authored Nov 13, 2024
1 parent 0494144 commit 8c41360
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tools/Github/ParseServiceContactsList.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8c41360

Please sign in to comment.