Skip to content

Commit

Permalink
Reduce star treshold for new repos down to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Jul 16, 2023
1 parent 1b604e0 commit 8f7458e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bq_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def top_new_sql
WHERE ref_type='"repository"' OR ref_type IS NULL # PublicEvent has no ref_type
)
GROUP BY repo.id, repo.name, repo.url
HAVING count >= 25
HAVING count >= 10
ORDER BY count DESC
LIMIT 1000
SQL
Expand Down

0 comments on commit 8f7458e

Please sign in to comment.