Skip to content

Commit

Permalink
feat: remove from displaying repositories with 0 prs (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Dec 2, 2024
1 parent 60ca9c1 commit 69ed2bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions server/sql/get_repo_leaderboard.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ GROUP BY
r.open_issues,
r.stars,
r.forks
HAVING
COUNT(pr.id) > 0
ORDER BY
total_prs DESC,
open_issues DESC,
Expand Down

0 comments on commit 69ed2bc

Please sign in to comment.