Where can I see my pull requests on GitHub?

Github

Github Problem Overview


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.

Github Solutions


Solution 1 - Github

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

Solution 2 - Github

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.

Solution 3 - Github

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

Solution 4 - Github

(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

Solution 5 - Github

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

Solution 6 - Github

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBenMorelView Question on Stackoverflow
Solution 1 - GithubNHDalyView Answer on Stackoverflow
Solution 2 - GithubJohnsywebView Answer on Stackoverflow
Solution 3 - GithubblimmerView Answer on Stackoverflow
Solution 4 - GithubAtlas7View Answer on Stackoverflow
Solution 5 - GithubGomesView Answer on Stackoverflow
Solution 6 - GithubJedView Answer on Stackoverflow