Commit 908a0f36 authored by Evan Read's avatar Evan Read

Merge branch 'ashmckenzie/fix-danger-documentation-check' into 'master'

Fix Danger documentation label check

See merge request gitlab-org/gitlab!18108
parents 77ce59ee a06544c1
# frozen_string_literal: true # 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 NO_NEW_SPEC_MESSAGE = <<~MSG.freeze
You've made some app changes, but didn't add any tests. You've made some app changes, but didn't add any tests.
That's OK as long as you're refactoring existing code, That's OK as long as you're refactoring existing code,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment