I currently can use the "Review Requested" tab from the https://github.com/pulls page
to find all PRs that I've been requested to review i.e. is:open is:pr review-requested:myname archived:false
or I can do is:open is:pr reviewed-by:myname
to get all the PRs that I've started reviewing that are still open.
But is there a way to get a combined list?
I tried is:open is:pr archived:false (review-requested:myname OR reviewed-by:myname)
but get no results.