https://github.com/itaditya/pr-train
FInd which teammates have least PRs to review
https://github.com/itaditya/pr-train
Last synced: 5 months ago
JSON representation
FInd which teammates have least PRs to review
- Host: GitHub
- URL: https://github.com/itaditya/pr-train
- Owner: itaditya
- License: mit
- Created: 2019-08-12T10:52:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:57:10.000Z (over 3 years ago)
- Last Synced: 2025-04-02T15:38:17.003Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.26 MB
- Stars: 1
- Watchers: 0
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## PR-Train
Before I assign a PR to get reviewed by my teammates I like to check if they are not already swarmed with other review requests. pr-train has two ways to help me know how many PRs does a member already has to review.

1. WebApp: It uses the GitHub org's team slug to get list of team members and then show what PRs each member has to review.
2. Browser Extension: Supported for both Firefox and Chrome, when you open a PR or try to assign someone an existing PR, you'll see the number of PRs each person has to review beside their username right on GitHub.
The API server lives [here](https://github.com/itaditya/pr-train-api-server).