summaryrefslogtreecommitdiff
path: root/danger/metadata
Commit message (Collapse)AuthorAgeFilesLines
* Warn when MR titles are too longdanger-mr-title-warningYorick Peterse2018-11-071-0/+7
| | | | | | | | | | | 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. For more information, refer to https://gitlab.com/gitlab-org/release/framework/issues/24.
* Fix wording in Danger warning about MRs to non-masterSean McGivern2018-09-041-1/+1
| | | | If it's most of the time, then it's not all.
* Improve Danger files after first reviewRémy Coutable2018-07-111-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Start to use Danger for automating MR reviewsRémy Coutable2018-07-111-0/+25
Signed-off-by: Rémy Coutable <remy@rymai.me>