Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filter GitHub Pull Requests by Reviews

Tags:

github

Is there currently any way to filter GitHub Pull Requests based on the status of the new Reviews feature? (i.e. changes requested, approved)

Previously, I'd do something like LGTM in:comments or filter based on reactions, depending on the team.

like image 391
ramblinjan Avatar asked May 03 '26 13:05

ramblinjan


1 Answers

Beside the API mentioned in bitoiu's answer, the search filter now (January 2017, 4 months later) supports the review status for pull requests!

See "Filter pull request reviews and review requests"

To make it easier to find the pull requests that need your attention, you can now filter by review status from your repository pull request index.

https://cloud.githubusercontent.com/assets/1319791/22212644/7711bef8-e15f-11e6-8331-5973635cd6ee.png

You can also filter pull requests that have been reviewed by a specific user and quickly locate those that have required your review in the past to decide which needs your attention first.

https://cloud.githubusercontent.com/assets/1319791/22213591/bdedfab4-e162-11e6-8777-07bbcbd37066.png

like image 115
VonC Avatar answered May 06 '26 04:05

VonC