2 lines
114 B
SQL
2 lines
114 B
SQL
SELECT count(distinct actor_login) FROM github_events WHERE event_type = 'PullRequestEvent' AND action = 'opened'
|