Skip to content

Aggregates pull requests on the Github pull request search page

Notifications You must be signed in to change notification settings

jiayingxu/github-pull-request-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

GitHub Pull Request Aggregator

Aggregates pull requests by multiple authors on the GitHub pull request search page when the search query starts with q=authoraggregation.

Features

  • 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

Installation

  1. Download the Tampermonkey Chrome extension.
  2. Add a new userscript with the contents of pull-request-aggregator.js.

Usage

  • 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.

Motivation

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.

About

Aggregates pull requests on the Github pull request search page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published