110

Is there a way to view on GitHub:

  • All my pull requests
  • My open pull requests

The only place where I usually see that is in my Contribution Activity, which unfortunately does not go further than 1 month ago.

Penny Liu
  • 15,447
  • 5
  • 79
  • 98
BenMorel
  • 34,448
  • 50
  • 182
  • 322
  • 2
    This question would be better suited to the *Web Applications* Stack Exchange site. – Zaz Aug 07 '14 at 21:18

7 Answers7

109

On the main homepage (not your userpage) there is a bar at the top with four buttons:

News Feed    Pull Requests    Issues    Stars

Click Pull Requests.

This home page can be accessed by clicking the octocat logo in the top-left, whereas your userpage is accessed by clicking your username in the top-right.

It should look like this: enter image description here

NHDaly
  • 7,390
  • 4
  • 40
  • 45
44

I had the same question this morning and would have found hyperlinks easier than the accepted answer (which led me to write my own)!

October 2014

GitHub have launched new dashboards.

Example New URLs

Note: Use your GitHub username rather than mine, which I've left in merely as an example.

johnsyweb
  • 136,902
  • 23
  • 188
  • 247
24

Visit github.com/pulls to see all your PRs.

blimmer
  • 2,038
  • 20
  • 23
  • 2
    This does not offer any information on top of NHDaly's and Johnsyweb's answers. – BenMorel Nov 08 '15 at 20:47
  • 8
    You end up in the same place, but you don't have to navigate through the UI, which is bound to change over time. Also, Johnsyweb's answer (with dashboard in the URL) redirects to the URL I've posted and GitHub might, at some point, break that old legacy URL. – blimmer Nov 09 '15 at 21:32
  • 2
    Thank you @l1m5, your answer was indeed more useful to me than the other one because (as you expected) the UI has changed, and this URL brings me straight to where I wanted. – DeanAttali Apr 18 '16 at 06:35
  • 1
    Thanks - @NHDaly 's answer is outdated with the new Github layout. – CodeBrauer May 24 '16 at 14:48
  • But doesn't this just show the open pull requests, not all pull requests (including ones that have already been merged)? – Azianese Mar 20 '20 at 19:43
2

(Just to add some snapshot snippets for visual benefits here, in addition to the already very well-documented responses previously / above)

GitHub Main Page

On GitHub Main Page, there is a box on the right called "Repositories you contribute to" - I believe these are the repositories where user raised a pull-request and got merged.

GitHub Main Page Contribution Box

GitHub Pull Page

... and more on GitHub Pull Page:

Open:

Open Pull Requests snapshot

Closed:

Closed Pull Requests snapshot

Atlas7
  • 2,726
  • 4
  • 27
  • 36
0

i used the pulse option in the right side panel https://github.com/{your username}/{your repo}/pulse

Stefano Sanfilippo
  • 32,265
  • 7
  • 79
  • 80
Gomes
  • 3,330
  • 25
  • 17
0

To view the pull requests that your team is working on, you can use the Github "team" query like team:myOrg/myTeamName. Or you can use MyTeamsPRs which lets you do the same but with an easier-to-use UI.

Jed
  • 36
  • 3
0

Visit github.com/{repoName}/pulls/{userName} to view all your or your teammate's pull requests.

enter image description here

Penny Liu
  • 15,447
  • 5
  • 79
  • 98