In order to obtain all your Open source Pull-Request history:
-
Go to Google bigquery and execute the following query replacing
liuggiowith your GitHub login -
execute query
SELECT repository_url, repository_owner, repository_name, count(*) as numberOfPR
FROM [githubarchive:github.timeline]
WHERE payload_pull_request_head_repo_owner_login = "liuggio"