When I start a code review, I can add multiple comments with a 'pending' status review and then submit them all at once instead of one-by-one.
If I close the review and come back to it, those pending comments are saved, but it requires me going back to that same pull request. Is there a way to search specifically for those PRs where I have started a review, but have not submitted yet? I tried using a search for commenter:me is:open
and is:pending
but this only returns PRs where I have fully published comments.