From 89861e72b7375353654513aa2bc0a3b60a5e4377 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 23 Sep 2019 06:06:19 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- danger/documentation/Dangerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'danger') diff --git a/danger/documentation/Dangerfile b/danger/documentation/Dangerfile index ad64c3a6c60..1e27f9779e8 100644 --- a/danger/documentation/Dangerfile +++ b/danger/documentation/Dangerfile @@ -20,8 +20,8 @@ unless docs_paths_to_review.empty? - [Documentation workflows](https://docs.gitlab.com/ee/development/documentation/workflow.html) for information on when to assign a merge request for review. MARKDOWN - unless gitlab.mr_labels.include?('Documentation') - warn 'This merge request is missing the ~Documentation label.' + unless gitlab.mr_labels.include?('documentation') + warn 'This merge request is missing the ~documentation label.' end end end -- cgit v1.2.1