dcoapp / app

GitHub App that enforces the Developer Certificate of Origin (DCO) on Pull Requests
https://github.com/apps/dco
ISC License
297 stars 75 forks source link

Bug: DCO does not allow valid emails #150

Open caleb15 opened 3 years ago

caleb15 commented 3 years ago

My email is caleb @ 15five.com, but DCO did not allow it (https://github.com/grafana/helm-charts/pull/268), because it was looking for the github no-reply email. I'm not a lawyer but I'm pretty sure that for a signature you just need a name, not a email, and as such there is no need to validate an exact email. I would be happy to submit a PR to make the exact email check optional and off by default.