Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-10-04 15:29:42 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-10-04 15:29:42 +0300
commit682df4df82110ef211a9b83b04c075ff60afa998 (patch)
tree3f8d7964f8f393f0de236f696205e2716e1e9e4b /danger
parente50f810ae08d2c9117db2d713fd6eab67abc890d (diff)
Fix the documentation label which is now lowercase
Diffstat (limited to 'danger')
-rw-r--r--danger/changelog/Dangerfile2
1 files changed, 1 insertions, 1 deletions
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: