File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : do-work
2727 run : |
28- $env:GITHUB_TOKEN = ${{ secrets.GITHUB_TOKEN }}
28+ $env:GITHUB_TOKEN = ' ${{ secrets.GITHUB_TOKEN }}'
2929 ./tools/issue-mgmt/CloseDupIssues.ps1
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ foreach ($item in $issues)
5555
5656 if ($body.Contains (' System.ArgumentOutOfRangeException:' ) -and
5757 $body.Contains (' System.Console.SetCursorPosition(' ) -and
58- $body.Contains (' Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(' ))
58+ $body.Contains (' Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(' ) -and
59+ -not $body.Contains (' Microsoft.PowerShell.PSConsoleReadLine.CalculateWhereAndWhatToRender(' ))
5960 {
6061 # # The issue either reported an old version of PSReadLine, or provided no
6162 # # information about the version. In either case, it's likely a duplicate
You can’t perform that action at this time.
0 commit comments