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

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -