Github pull requests history

Viewed 2007

Is the history of the pull-requests preserved forever?

I could not find anywhere for how long the pull-requests history is being saved.

2 Answers

The pull-requests history is indeed preserved by github forever as long as the repo is not deleted.

To see your Github closed Pull Requests on the UI interface:

  1. Go to your repo
  2. Click on "Pull Requests" tab
  3. Change the filter parameter from "is:pr is:open" to "is:pr is:closed" Here's picture Picture of Pull Request on GitHub
Related