Basically, the DCO checks keep an eye on whether the commit is being signed off or not if not it gets failed up
How to pass those checks by simply signing of the Commit by using -s flag while committing
for eg : git commit -s -m "message"
Links to help :
https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
https://docs.pi-hole.net/guides/github/how-to-signoff/
Basically, the DCO checks keep an eye on whether the commit is being signed off or not if not it gets failed up
How to pass those checks by simply signing of the Commit by using -s flag while committing
for eg :
git commit -s -m "message"Links to help :
https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
https://docs.pi-hole.net/guides/github/how-to-signoff/