Skip to content

How to avoid the DCO check failing when making commits via the GitHub website? #2497

Answered by kenji-miyake
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

@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

Replies: 0 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@kenji-miyake
Comment options

Answer selected by kenji-miyake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type:question Inquiries about the project.
1 participant