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 - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -