We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2998580 commit 95b3be9Copy full SHA for 95b3be9
models/repo_list.go
@@ -481,7 +481,7 @@ func SearchRepositoryCondition(opts *SearchRepoOptions) builder.Cond {
481
}
482
483
if opts.OnlyShowRelevant {
484
- // Only show a repo that either has a topic, description or custom icon.
+ // Only show a repo that either has a topic or description.
485
subQueryCond := builder.NewCond()
486
487
// Topic checking. topics is non-null.
0 commit comments