-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add review requests filter on pull request overview #13682
Comments
I'm not sure if I think it should be "Review |
@6543 Did you mean "Review requested"? I'm not sure about the name either. If you want to avoid any confusion then maybe something along the lines of "Requesting your review"? I just thought of another pull request filter that I would like to add: "Pending review". That way you can easily retrieve the pull requests for which you have pending review comments. Would you prefer a separate ticket and PR for that, or can I combine these in one PR? |
I think fitering by review is nice - but if we add 3 different review-filter we overload the UI. there should be nice & clean ui for this |
Some of the existing pull request filters are not very useful to me:
What I am looking for is a list of PR's that require my attention:
|
* Add review requested filter on pull request overview #13682 fix formatting * add review_requested filter to /repos/issues/search API endpoint * only Approve and Reject status should supersede Request status * add support for team reviews * refactor: remove duplication of issue filtering conditions
Description
A "Review requests" filter can be added on the pull request overview page.
Currently these 4 filter options exist:

An additional option "Review requests" can be added, just like on github:
I'm currently working on a pull request for this. I am uncertain about something though: should this filter also return review requests that you have already accepted at some point, but have gone stale by now?
The text was updated successfully, but these errors were encountered: