diff --git a/.github/workflows/closed-issue.yml b/.github/workflows/closed-issue.yml index 97526941e..8cd006a98 100644 --- a/.github/workflows/closed-issue.yml +++ b/.github/workflows/closed-issue.yml @@ -26,4 +26,9 @@ jobs: Import-Module PowerShellForGitHub Set-GitHubConfiguration -DisableTelemetry Set-Location ${{ github.workspace }} - & ".\tools\looknewer.ps1" \ No newline at end of file + & ".\tools\looknewer.ps1" + - name: Get new package + run: | + Import-Module "${{ github.workspace }}\scripts\new.psm1" + Set-Location ${{ github.workspace }} + Find-nextissueGH -packageName "${{ github.event.issue.title }}" -actor "tunisiano187" \ No newline at end of file