Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I see my pull requests on GitHub?

Tags:

github

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.

like image 433
BenMorel Avatar asked Jun 11 '13 13:06

BenMorel


People also ask

How do I check a pull request?

To check out a pull request locally, use the gh pr checkout subcommand. Replace pull-request with the number, URL, or head branch of the pull request.

How do I know if my pull request was accepted?

If it's merged, then it's accepted. If it's closed and not merged it may be rejected.

How do I find a pull request from a branch?

Once you've committed changes to your local copy of the repository, click the Create Pull Request icon. Check that the local branch and repository you're merging from, and the remote branch and repository you're merging into, are correct. Then give the pull request a title and a description. Click Create.


1 Answers

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

like image 145
NHDaly Avatar answered Oct 22 '22 04:10

NHDaly