Skip to content

Warn when MR titles are too long.

Yorick Peterse requested to merge danger-mr-title-warning into master

What does this MR do?

This adds a Danger check to produce a warning for MR titles greater than 72 characters. This is necessary because when squash on merge is used, the MR title will be used for the commit message (at least by default). This in turn leads to commit messages that violate our commit message guidelines.

Example:

Screenshot_from_2018-11-06_16-10-11

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/release/framework/issues/24

Does this MR meet the acceptance criteria?

Edited by Yorick Peterse

Merge request reports