How to avoid the DCO check failing when making commits via the GitHub website? #2497
-
(moving discussion of this topic over from the Discord thread) The original issue that I reported was that the DCO check complained that my email address did not match the email address of the committing user when I made a new commit to an open PR via the GitHub website. 😕 Earlier today I created another PR for the autoware-documentation project to update the README.md file with a sign-off included in the commit message but the DCO check has failed again. 😭 I understand that this problem can be easily avoided by making changes on my local machine and using |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
@LalithVipulananthan Seeing these two PRs, it seems either the Author or Commiter should match the signed email address. If you set your email public, you can select what email address to use for your commit. Or if you sign with the GitHub email address instead of the company one, the DCO check will pass. |
Beta Was this translation helpful? Give feedback.
@LalithVipulananthan Seeing these two PRs, it seems either the Author or Commiter should match the signed email address.
autowarefoundation/.github#9
autowarefoundation/.github#10 (I used
git commit --amend
for this.)If you set your email public, you can select what email address to use for your commit.
autowarefoundation/.github#12
Or if you sign with the GitHub email address instead of the company one, the DCO check will pass.
autowarefoundation/.github#13