Commit 67e85882 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-danger-mr-iid' into 'master'

Fix changelog Danger check

See merge request gitlab-org/gitlab!57325
parents a9f4517a eac0ae89
......@@ -21,7 +21,7 @@ def check_changelog_yaml(path)
fail "`type` should be set, in #{helper.html_link(path)}! #{SEE_DOC}" if yaml["type"].nil?
return if helper.security_mr?
return if helper.mr_iid.empty?
return if helper.mr_iid.to_s.empty?
cherry_pick_against_stable_branch = helper.cherry_pick_mr? && helper.stable_branch?
......
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