Releases: flowwer-dev/pull-request-stats
Releases · flowwer-dev/pull-request-stats
v2.1.1
Fixes
- Fixes a bug introduced with
limit
option (reviewers sort was broken).
v2.1.0
Added
- Option
limit
to indicate the maximum numbers of rows to display in the table (#13 by escudero89)
v2.0.3
Fixes
- #7 Do not duplicate results table when there's no other content
v2.0.2
v2.0.1
Changed
- Fixes bug related with bots authoring or reviewing pull requests (#3)
- Fixed bug on
href
property in avatars (adds ").
v2.0.0
Added
- Adds the option
organization
to calculate the stats across all the repos in the organization.
Changed
- 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.
v1.1.0
- The "average time to review" metric includes a link to see the historical behavior of each user. See example:
v1.0.3
Add support for pull request event.
v1.0.2
Add Mixpanel to get some usage insights.
v1.0.0
This is the first version of this project, any feedback is welcome.
I hope this utility helps you and your team increasing productivity and quality on reviews.
Made with ♥ in Guadalajara, Mexico