Commit 07779a46 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'docs-exclude-meta-from-danger-changelog-check' into 'master'

Don't request changelog for MR with 'meta' label

See merge request gitlab-org/gitlab-ce!23556
parents 309ea282 c8e8ad32
......@@ -2,7 +2,7 @@
require 'yaml'
NO_CHANGELOG_LABELS = %w[backstage Documentation QA test].freeze
NO_CHANGELOG_LABELS = %w[backstage ci-build Documentation meta QA test].freeze
SEE_DOC = "See [the documentation](https://docs.gitlab.com/ce/development/changelog.html).".freeze
CREATE_CHANGELOG_MESSAGE = <<~MSG.freeze
You can create one with:
......
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