Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see all Pull requests that im tagged as a reviewer

Tags:

github

In github you can add a number of reviewers. What I'm looking for is, as a user, to list all the pull requests that I'm currently tagged as a reviewer in.

I have looked at the views that's available in the "pull request" link but this don't meet my demands.

For instance if I go to the "Review requested" i get a "No results matched your search"

Is there someone who has a either a nice search query for achieving this?

like image 214
Nosfert Avatar asked Jan 24 '18 14:01

Nosfert


1 Answers

Try the link https://github.com/pulls/review-requested, which shows you all Pull Requests that you've been tagged in as a reviewer.

Note that you may have to click the Open or Closed buttons on that page to filter the Pull Requests you wish to see.

The equivalent Github search is: is:open is:pr review-requested:<username> archived:false

like image 135
Adil B Avatar answered Sep 19 '22 13:09

Adil B