blob: 14f4a2f269082680d2dd97fb0e9a827709e89b30 [file]
SELECT actor_login, count() AS stars FROM github_events WHERE event_type = 'WatchEvent' GROUP BY actor_login ORDER BY stars DESC LIMIT 50