Add a way to see all PRs where I have a pending (unsubmitted) review #207248
Unanswered
vnguyen-aquent
asked this question in
Pull Requests
Replies: 1 comment
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
Body
Related to the long-running #10369 ("Make it clear that PENDING comments have
to be submitted") — but this is a more specific, additive ask rather than a
wording fix.
Today there's no way to see, across an org/repo, which PRs I've started a
review on but haven't submitted yet. The only way to discover this is to open
each PR individually and check the "Files changed" tab for the pending-review
banner — there's no search qualifier (
is:pr review:pendingor similar) andno dashboard.
This is easy to lose track of, especially when you review several PRs in a
sitting and get interrupted before submitting one of them. The author has no
signal either — their PR just looks like nobody reviewed it, so requests to
"please review" go unanswered even though feedback already exists in draft
form.
Suggestion: surface this the same way
review-requested:@meworks today,e.g.:
review:pending(or similar) qualifier for pull request search, scoped tothe authenticated user's own draft reviews
pending reviews"
IDE extensions) can query it, since right now the only way to detect it
programmatically is to fetch full review lists per-PR and filter for
state: PENDING, which doesn't scale across an org.This would directly help reviewers who use "Start a review" to batch
comments, which GitHub's own UI encourages, but currently offers no way to
track across more than one PR at a time.
All reactions