Skip to content

Instantly share code, notes, and snippets.

@imarcelolz
Forked from liuggio/All Your Pull request.md
Created April 22, 2020 07:41
Show Gist options
  • Select an option

  • Save imarcelolz/d3e037f8538dee83fdfb39effa5b6fce to your computer and use it in GitHub Desktop.

Select an option

Save imarcelolz/d3e037f8538dee83fdfb39effa5b6fce to your computer and use it in GitHub Desktop.
Your Pull Request timeline
  1. Go to Google bigquery and execute the following query replacing XXX with your GitHub login

  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment