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

Fix Dangerfile failing on CHANGELOG check

See merge request gitlab-org/gitlab-ce!20575
This commit is contained in:
Rémy Coutable 2018-07-12 08:38:27 +00:00
commit 149d9fb71b

View file

@ -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