errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.08k stars 607 forks source link

ci: ensure PR titles follow the conventional commit rules #1666

Closed kayman-mk closed 7 months ago

kayman-mk commented 8 months ago

Adds workflow to lint the PR title and enforce the conventional commit rules. By enforcing them we can later automatize the generation of release versions.

Solves part of #1665

kayman-mk commented 8 months ago

validateSingleCommit* can be set to false as soon as the commits are squashed and the PR is used as commit message. Not sure if this is already the case.