dcoapp / app

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

DCO is removing trailing dots from commit author field #210

Open imstevenxyz opened 2 months ago

imstevenxyz commented 2 months ago

Not sure if this is a DCO issue or a Git issue but during the check it removes the trailing dot in the author field of my commits.

My Git config:

[user]
    email = commits@imsteven.xyz
    name = Steven I.

Example commit:

commit 24ccdc87d968571e6c55643989dae7b601e73a83
Author: Steven I. <commits@imsteven.xyz>
Date:   Mon Apr 29 22:17:52 2024 +0200

    Add bitwarden-attachment example

    Signed-off-by: Steven I. <commits@imsteven.xyz>

Resulting summary of DCO:

Commit sha: 24ccdc8, Author: Steven I, Committer: Steven I; 
Expected "Steven I commits@imsteven.xyz", but got "Steven I. commits@imsteven.xyz".