oalders / github-mergevelocity

Determine likelihood that that your pull request will be merged within a "reasonable" amount of time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

GitHub::MergeVelocity - Determine how quickly your pull request might get merged

VERSION

version 0.000009

SYNOPSIS

use strict;
use warnings;

use GitHub::MergeVelocity;

my $velocity = GitHub::MergeVelocity->new(
    url => [
        'https://github.com/neilbowers/PAUSE-Permissions',
        'https://github.com/oalders/html-restrict',
    ]
);

my $report = $velocity->report;

$velocity->print_report; # prints a tabular report

CAVEATS

This module cannot (yet) distinguish between pull requests which were closed because they were rejected and pull requests which were closed because the patches were applied outside of GitHub's merge mechanism.

AUTHOR

Olaf Alders olaf@wundercounter.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Olaf Alders.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

Determine likelihood that that your pull request will be merged within a "reasonable" amount of time.

License:Other


Languages

Language:Perl 98.4%Language:Shell 1.6%