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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-01 13:01:52 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-01 13:38:00 +0300
commitc9abaccd386584f783014611e641acfd82f716eb (patch)
tree08b10cedd8fd97167052616e228fe3d32d88b069 /danger
parentacdb4147d57ac1517363f8b1455ee06cce2dfc8f (diff)
Fix missing SEE_DOC constant in Danger
Spotted on a MR where I was missing a MR ID, I removed a constant which was required and used. By reintroducing the constant Danger should work correctly again. The docs had to link somewhere, so this change adds documentation too.
Diffstat (limited to 'danger')
-rw-r--r--danger/changelog/Dangerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/danger/changelog/Dangerfile b/danger/changelog/Dangerfile
index af8e6b93d..95e23e246 100644
--- a/danger/changelog/Dangerfile
+++ b/danger/changelog/Dangerfile
@@ -1,6 +1,7 @@
require 'yaml'
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: