From 8c09986d509c1ca6b361279ed8401312c4c28c59 Mon Sep 17 00:00:00 2001 From: "Aman Kumar [SSW]" <71385247+amankumarrr@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:28:17 +1000 Subject: [PATCH] Adding hardcoded values --- .github/workflows/check-active-prs-and-slots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-active-prs-and-slots.yml b/.github/workflows/check-active-prs-and-slots.yml index 3b01502daf..5f164d9738 100644 --- a/.github/workflows/check-active-prs-and-slots.yml +++ b/.github/workflows/check-active-prs-and-slots.yml @@ -69,7 +69,7 @@ jobs: $SlotList = "${{ steps.slotList.outputs.slots }}" -split ' ' $slotsExistThatRequireDeletion = $SlotList | Where-Object { $_ -notin $PRList } - $slotsExistThatRequireDeletion ='111 112' + # $slotsExistThatRequireDeletion ='111 112' $slotsNeedDeletion = $slotsExistThatRequireDeletion.Length -gt 0 if ( ! $slotsNeedDeletion ) {