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

DCO rejects commits because it's not my user handle (new!) #160

Closed darksylinc closed 2 years ago

darksylinc commented 3 years ago

Today DCO bot rejected my commits but it was working fine until yesterday

Commit sha: 88f6339, Author: darksylinc, Committer: GitHub; Expected "darksylinc dark_sylinc@yahoo.com.ar", but got "Matias N. Goldberg dark_sylinc@yahoo.com.ar".

It expects my github handle instead of my full name. I noticed my Github name wasn't set to my real name in my profile so I fixed it and resubmitted the commits. However it's still rejecting the commits.

Perhaps a temporary error? Did something change in the API? Did I do something wrong? Did I misunderstood the error msg?

darksylinc commented 2 years ago

I'm closing this because the error didn't repeat. It must've been something silly I missed.