From 820958bf9c58bf36fa07d7b7fe196c06e4463e1f Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Mon, 23 Apr 2018 11:53:05 +0200 Subject: Use danger-gitlab to auto review merge requests Given failures to check simple things in the past, like if a changelog was present, danger-gitlab is introduced to automatically perform these tasks. A warning was added when a changelog entry is skipped, and failures are due to missing MR descriptions or gitaly-proto versions being incorrect. To force diff highlighting to work, `.gitattributes` was added. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f1c41c9bb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Dangerfile gitlab-language=ruby -- cgit v1.2.3