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

[bug] DCO passes when Squashed commit contains no sign-off #188

Open appetrosyan opened 1 year ago

appetrosyan commented 1 year ago

DCO doesn't recognise the situation when the Sign-off was present in all of the commits in a PR, but the Sign-off message was altered not to contain the Sign-off at the last minute.

This doesn't look like intended behaviour.