-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hi,
this is a bit of a preference, but happens to annoy and slow me down:
The CI workflow complains about missing, so called "sign-off" messages in commits. See #232 and the details https://github.com/nextcloud/cms_pico/pull/232/checks?check_run_id=11414302996.
Git does not add sign-off messages by default and adding them afterwards as advised in the details page via:
rebase HEAD~11 --signoff
just does not work, or more precise results in alot of rebase conflicts which I do not have time for frankly. So, I won't do this anymore. Generally, what is the point to require those "sign-off" messages? IMHO they do not add any information or value to a commit. It is not like these are proper digital signatures based on private / public key cryptography. This is just a plain text field anyone can fake. Would you consider to remove the DCO requirement?
best