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 25
25
26
26
- name : do-work
27
27
run : |
28
- $env:GITHUB_TOKEN = ${{ secrets.GITHUB_TOKEN }}
28
+ $env:GITHUB_TOKEN = ' ${{ secrets.GITHUB_TOKEN }}'
29
29
./tools/issue-mgmt/CloseDupIssues.ps1
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ foreach ($item in $issues)
55
55
56
56
if ($body.Contains (' System.ArgumentOutOfRangeException:' ) -and
57
57
$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(' ))
59
60
{
60
61
# # The issue either reported an old version of PSReadLine, or provided no
61
62
# # information about the version. In either case, it's likely a duplicate
You can’t perform that action at this time.
0 commit comments