-
Go to Google bigquery and execute the following query replacing XXX with your GitHub login
-
execute query
SELECT repository_url, repository_owner, repository_name, count(*) as countPR FROM [githubarchive:github.timeline] WHERE payload_pull_request_head_repo_owner_login = "liuggio" AND payload_action="opened" GROUP BY repository_url,repository_owner, repository_name order by countPR DESC
-
-
Save imarcelolz/d3e037f8538dee83fdfb39effa5b6fce to your computer and use it in GitHub Desktop.
Your Pull Request timeline
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment