GitHub: see all pull requests made by _others_ on _my own_ repositories -


i know can see pull requests made by me on other people's repositories:

https://github.com/pulls

but looking opposite. know there open pull requests other people on repositories. have many repositories, costs me effort walk through of them review open requests.

is there not simple search lists pull requests?

use github issues filters:

is:open is:pr user:username -author:username 

this fetch pull requests made in your repositories, others (excluding you, using -author:username).

in case (my username ionicabizau) do: is:open is:pr user:ionicabizau -author:ionicabizau


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -