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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 12:06:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 12:06:35 +0300
commit1f1bdf54e1974f89f3a6ba734ec2c42552e90639 (patch)
treeee27c4230cf0aa11652cfcb4f4c662bcf758c90b /danger/specs
parent535d167d40638105527bc6c9a86f33d2ffd62743 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger/specs')
-rw-r--r--danger/specs/Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/specs/Dangerfile b/danger/specs/Dangerfile
index a526bb8adaa..50887c44b3e 100644
--- a/danger/specs/Dangerfile
+++ b/danger/specs/Dangerfile
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-NO_SPECS_LABELS = %w[backstage Documentation QA].freeze
+NO_SPECS_LABELS = %w[backstage documentation QA].freeze
NO_NEW_SPEC_MESSAGE = <<~MSG.freeze
You've made some app changes, but didn't add any tests.
That's OK as long as you're refactoring existing code,