Skip to content

Commit

Permalink
still opened
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 23, 2024
1 parent 3ca7186 commit 3ab6bbf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tools/checkissues.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ if($page.Links | Where-Object {$_.href -match 'tunisiano'}) {
Set-GitHubConfiguration -DisableTelemetry

Update-GitHubIssue -OwnerName Tunisiano187 -RepositoryName chocolatey-packages -Issue $issues.number -State Closed
Write-Output "$($Issues.title) closed"
} else {
Write-Output "$($Issues.title) still opened"
}
}
Write-Output "$Issues.title closed"
} else {
Write-Output "$($Issues.title) still opened"
}

0 comments on commit 3ab6bbf

Please sign in to comment.