From 682df4df82110ef211a9b83b04c075ff60afa998 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 4 Oct 2019 12:29:42 +0000 Subject: Fix the documentation label which is now lowercase --- danger/changelog/Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'danger') diff --git a/danger/changelog/Dangerfile b/danger/changelog/Dangerfile index 95e23e246..ab56b0643 100644 --- a/danger/changelog/Dangerfile +++ b/danger/changelog/Dangerfile @@ -1,6 +1,6 @@ require 'yaml' -NO_CHANGELOG_LABELS = %w[backstage Documentation test].freeze +NO_CHANGELOG_LABELS = %w[backstage documentation test].freeze SEE_DOC = "See [the documentation](https://gitlab.com/gitlab-org/gitaly/blob/master/CONTRIBUTING.md#changelog)".freeze CREATE_CHANGELOG_MESSAGE = <<~MSG.freeze You can create one with: -- cgit v1.2.3