]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'feature/ci_check_commits' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 10 Apr 2017 04:19:35 +0000 (12:19 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 10 Apr 2017 04:19:35 +0000 (12:19 +0800)
CI: check if commit history need revise

Usually we need to cleanup the commit history before MR merged. Sometime we forget to squash before merge.
We can add certain pattern at the beginning of commit message, and add a job in deploy stage to check the patterns.
When we want to push code for review or resolve review comments, we can add this pattern to commit message as a reminder.
This will not block CI tests, checking job will always be put in the last CI stage.

See merge request !629


Trivial merge