summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-02-18 10:03:46 +0000
committerNick Thomas <nick@gitlab.com>2019-02-18 10:03:46 +0000
commit324a8fa28edc70d9a9fa968de8951437bd8c4f91 (patch)
tree5e4a19232de83805adeaee6b979530c1d9ff11bb
parent250bde53e22406ebd101a34bfc52dd8886dedba9 (diff)
downloadgitlab-ce-324a8fa28edc70d9a9fa968de8951437bd8c4f91.tar.gz
Fix the documentation Dangerfile
-rw-r--r--danger/documentation/Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/documentation/Dangerfile b/danger/documentation/Dangerfile
index dd0e3f6deb6..2b09536f42a 100644
--- a/danger/documentation/Dangerfile
+++ b/danger/documentation/Dangerfile
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-docs_paths_to_review = helper.changes_by_category[:documentation]
+docs_paths_to_review = helper.changes_by_category[:docs]
unless docs_paths_to_review.empty?
message 'This merge request adds or changes files that require a ' \