This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Try to find the appropriate SHAs
authorMax Maischein <corion@corion.net>
Tue, 19 Nov 2019 17:25:30 +0000 (18:25 +0100)
committerKarl Williamson <khw@cpan.org>
Thu, 21 Nov 2019 16:39:31 +0000 (08:39 -0800)
commite6769f93f413fd6d2ccd494444da8113892c2531
tree7da162ab81b65eb1a3a2b558c18a37c3f8a1381d
parenta581649220d2c34f0a2bd0d176f7278cd09c7f28
Try to find the appropriate SHAs

We want all the patches between the branch-off point from
blead and the current branch. The current branch position lives in
$ENV{GITHUB_SHA}, and the (latest) branch-off point from blead is
found by running

    git merge-base $ENV{GITHUB_BASE_REF} $ENV{GITHUB_HEAD_REF}

We don't want to use the last commit, as it's a merge commit.

That commit will also have the Github mail address, not the real
git mail address of the author . Instead we use the (second)
parent commit to that merge commit.
.github/workflows/smoke-information.yml
t/porting/authors.t