Commit c8e8ad32 authored by Rémy Coutable's avatar Rémy Coutable

Don't request changelog for MR with some labels

Namely the `ci-build` and `meta` labels.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 14db2a42
......@@ -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