NAME
App::GHGen::Reporter - Generate reports for GitHub integration
SYNOPSIS
use App::GHGen::Reporter qw(generate_github_comment);
my $comment = generate_github_comment(\@issues, \@fixes);
FUNCTIONS
generate_markdown_report($issues, $fixes)
Generate a markdown report of issues and fixes.
generate_github_comment($issues, $fixes, $options)
Generate a GitHub-friendly comment with issues and recommendations.
estimate_savings($issues)
Estimate potential CI minutes and cost savings from fixing issues.
AUTHOR
Nigel Horne <njh@nigelhorne.com>
LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.