summaryrefslogtreecommitdiff
path: root/danger
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 09:06:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 09:06:35 +0000
commit1f1bdf54e1974f89f3a6ba734ec2c42552e90639 (patch)
treeee27c4230cf0aa11652cfcb4f4c662bcf758c90b /danger
parent535d167d40638105527bc6c9a86f33d2ffd62743 (diff)
downloadgitlab-ce-1f1bdf54e1974f89f3a6ba734ec2c42552e90639.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger')
-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,