my $master_branch = 'master'; # working branch
my $sha1_pattern = qr/[0-9a-fA-F]{40}/; # pattern to validate Git sha1sums
my $dummy_commit_msg = 'dummy commit'; # message to skip in recent changes
my $master_branch = 'master'; # working branch
my $sha1_pattern = qr/[0-9a-fA-F]{40}/; # pattern to validate Git sha1sums
my $dummy_commit_msg = 'dummy commit'; # message to skip in recent changes
} else {
$user = $ci->{'author_username'};
$message = join "\n", @{ $ci->{'comment'} };
} else {
$user = $ci->{'author_username'};
$message = join "\n", @{ $ci->{'comment'} };