Dynamic dates

This commit is contained in:
Jurjen Ladenius
2023-10-26 11:37:50 +02:00
parent bc24e238d6
commit 54d5dfee16
4 changed files with 24 additions and 25 deletions

View File

@@ -32,7 +32,7 @@ foreach ($repo in $repos)
if ($true -ne $repo.isDisabled)
{
$lastPr = az repos pr list --project "survey software" --repository $repo.name --organization "https://dev.azure.com/effectory/" --status all --top 1 | ConvertFrom-Json | Select-Object
$lastPr = az repos pr list --project "survey software" --repository $repo.name --organization "https://dev.azure.com/effectory/" --status completed --top 1 | ConvertFrom-Json | Select-Object
if ($lastPr)
{