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:
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?
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
Post a Comment