Aggregates pull requests by multiple authors on the GitHub pull request search page when the search query starts with q=authoraggregation
.
- Displays both open and closed PRs by multiple authors
- List of authors can be set dynamically by modifying the search query in the URL
- Additional GitHub search qualifiers are supported and passed through to the GitHub PR search
- Download the Tampermonkey Chrome extension.
- Add a new userscript with the contents of pull-request-aggregator.js.
- Add a bookmark to the GitHub Pull requests page with the query params
q=authoraggregation+is:open+author:teammate-1+author:teammate-2
. - Any additional query parameters will be passed through to the underlying pull request search query.
I was looking for a way to get a list of all open PRs across my team and there wasn't a built-in way to do that in GitHub. There is a Review Requests page but as soon as a team member reviews the PR, the review request will disappear from the search results.
The GitHub pull request search page currently does not support a logical OR search for pull requests to allow aggregation of PRs from multiple authors.