View approved PRs in github

The PR dashboard in github does not show which ones were approved or are still waiting for approval. Two useful searches in github to get around this (if you work on several repos and branches):

Find all your own PRs (you are author) across all git repos, that have been approved:

org:YourOrgName is:pr is:open author:@me review:approved

Find all your own PRs that have not yet been approved:

org:YourOrgName is:pr is:open author:@me -review:approved

Last updated