pull-review
pull-review copied to clipboard
:white_check_mark: Assign pull request reviewers intelligently.
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.8 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.4.2 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Hi, What is the proper way to trigger pull-review automatically on all new PRs (without typing /review in comments.) Is it even possible?
Would allow seeing at a glance how large/small a PR is. Example output: ``` @person1, @person2: please review https://github.com/imsky/pull-review/0 (81 additions, 34 deletions, 2 files) ```
as of 1/12/19, I don't yet see a way to get the user status using the v3 or GraphQL APIs, so will have to revisit this at a later time
if there are many path fallbacks that apply to a PR where 70% of the files have a single applicable fallback, contrary to user expectations, the likelihood that a reviewer...
it's straightforward for a PR to get stuck in a review loop as the author issues "review ... again" over and over, cycling between the same set of reviewers. it'd...
Feature Request: We'd like to bypass most of the algorithm and allow for a purely random assignment. Use case: Our code base has been heavily modified by one person. This...
it may be possible for an author to get the most authorship simply due to lots of verbose code (or comments). likely a better measure of blame is contiguous blocks...
Hi @imsky, thanks for building this awesome bot. Do you have any plans in supporting Gitlab anytime soon? I understand that this feature is rather complex one, but I hope...