blob: 1fb9df230af90cc1c9ab07cea80cebeb25f780c3 [file]
SELECT count(distinct actor_login) FROM github_events WHERE event_type = 'PullRequestEvent' AND action = 'opened'