diff options
author | Rémy Coutable <remy@rymai.me> | 2018-12-04 17:57:41 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-12-05 10:56:49 +0100 |
commit | c8e8ad325ce5614acc89c70488361d7d83f69819 (patch) | |
tree | 1b2f16afbc5a22b304b8d2e8bac65595768bbf06 /danger | |
parent | 14db2a42149cc1680762cf6df443677d76dca9ee (diff) | |
download | gitlab-ce-c8e8ad325ce5614acc89c70488361d7d83f69819.tar.gz |
Don't request changelog for MR with some labels
Namely the `ci-build` and `meta` labels.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'danger')
-rw-r--r-- | danger/changelog/Dangerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/changelog/Dangerfile b/danger/changelog/Dangerfile index 713ed95a04c..530c6638653 100644 --- a/danger/changelog/Dangerfile +++ b/danger/changelog/Dangerfile @@ -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: |