Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f1b538a

Browse files
Allowing all issues closed or open
1 parent 3995d0d commit f1b538a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Services/IssuesAutoCompleteSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public IObservable<AutoCompleteSuggestion> GetSuggestions()
5959
.Compile();
6060
}
6161

62-
filter = $"repo:{owner}/{name} is:open";
62+
filter = $"repo:{owner}/{name}";
6363

6464
return Observable.FromAsync(async () =>
6565
{

0 commit comments

Comments
 (0)