All notable changes to this project will be documented in this file.
- Fixes a bug introduced with
limit
option (reviewers sort was broken).
- Option
limit
to indicate the maximum numbers of rows to display in the table (#13 by escudero89)
- #7 Do not duplicate results table when there's no other content
- Ignore pull requests of deleted users (by Derek Young)
- Fixes bug related with bots authoring or reviewing pull requests (#3)
- Fixed bug on
href
property in avatars (adds ").
- Adds the option
organization
to calculate the stats across all the repos in the organization.
- Switched to Github's GraphAPI to minimize the number of requests and calculate the stats faster.
- The stats are printed at the bottom of the description of the pull request, rather than as a commit comment.
- When the title
Pull reviewers stats
is already present in the pull request the action is skipped. Avg. time to first review
is renamed toMedian time to review
, and is no longer the average but the median.Total pull reviews
is renamed toTotal reviews
.- The default order is now by
Total reviews
. - The columns order depends on the
sort-by
option, to put the sorting column first.
- Adds links in the "Avg. time to first review" column to a chart with the historical data.
- Adds the option
disable-links
to remove the links to the charts.
- Adds support for the
pull_request
event.
- Adds Mixpanel to get some usage insights.
- Bug fixing.
- First launch, with ♥ from Guadalajara, Mexico.