Re: [DISCUSS] Automated DCO enforcement via bot
Chris Hupman <chris...@...>
+1 As someone who sometimes forgets to sign his commits I fully support bot checking.
On Monday, October 1, 2018 at 5:44:19 AM UTC-7, Florian Hockmann wrote:
+1 on using the bot for these checks.
Am Sonntag, 23. September 2018 03:47:44 UTC+2 schrieb Misha Brukman:Hi all,Right now, the only bot-automated enforcement is the CLA signature, but not the Developer Certificate of Origin, which is a requirement of The Linux Foundation. This is a bit of a pain to do manually, and I haven't had time to add it to the CLA verification tool we're using.I noticed some CNCF repos are using this bot:to do the enforcement automatically, and I (inadvertently) tested it as I didn't realize one of the repos had a DCO requirement, and it worked flawlessly!What are your thoughts on adding it to the JanusGraph repos? This means it'll be a blocker to PR submission, just like failing Travis CI.This should have no functional change, since everyone should be signing those commits already; this will just enforce it automatically so it doesn't have to be checked by a human.Misha