Commit 149d9fb7 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'sh-fix-dangerfile' into 'master'

Fix Dangerfile failing on CHANGELOG check

See merge request gitlab-org/gitlab-ce!20575
parents afec22b3 209b66fb
......@@ -59,7 +59,7 @@ end
if changelog_needed
if changelog_found
check_changelog(path)
check_changelog(changelog_found)
else
warn format(MISSING_CHANGELOG_MESSAGE, mr_iid: gitlab.mr_json["iid"], labels: presented_no_changelog_labels)
end
......
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