tisonkun / actions-dco

GitHub Actions that enforces the Developer Certificate of Origin (DCO) on Pull Requests
Apache License 2.0
7 stars 2 forks source link

Error when checking first commit #11

Open wiktor-k opened 2 years ago

wiktor-k commented 2 years ago

Hi,

I've created a new repo, enabled this action on push and pushed just a single commit and got Error: Cannot read property 'base' of undefined. Unfortunately I don't see a stack trace but I'm suspecting it's due to the single-commit new-repo status.

The action run is here: https://github.com/wiktor-k/testresult/actions/runs/3234781211/jobs/5298314999

Thanks for this great action! I'm using it in other repos with great success :)

oshoval commented 2 years ago

Same for our repo https://github.com/AlonaKaplan/kubesecondarydns/pull/10

Thanks