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

Merge branch 'caalberts-fix-markdown-danger' into 'master'

Fix danger markdown

Closes #216057

See merge request gitlab-org/gitlab!30692
parents 252906fd 6e802858
...@@ -17,6 +17,7 @@ If you want to create a changelog entry for GitLab EE, run the following instead ...@@ -17,6 +17,7 @@ If you want to create a changelog entry for GitLab EE, run the following instead
bin/changelog --ee -m %<mr_iid>s "%<mr_title>s" bin/changelog --ee -m %<mr_iid>s "%<mr_title>s"
``` ```
If this merge request [doesn't need a CHANGELOG entry](https://docs.gitlab.com/ee/development/changelog.html#what-warrants-a-changelog-entry), feel free to ignore this message.
MSG MSG
def check_changelog_yaml(path) def check_changelog_yaml(path)
...@@ -65,6 +66,6 @@ if changelog_found ...@@ -65,6 +66,6 @@ if changelog_found
check_changelog_yaml(changelog_found) check_changelog_yaml(changelog_found)
check_changelog_path(changelog_found) check_changelog_path(changelog_found)
elsif changelog.needed? elsif changelog.needed?
message "**[CHANGELOG missing](https://docs.gitlab.com/ee/development/changelog.html)**: If this merge request [doesn't need a CHANGELOG entry](https://docs.gitlab.com/ee/development/changelog.html#what-warrants-a-changelog-entry), feel free to ignore this message.\n\n" + message "**[CHANGELOG missing](https://docs.gitlab.com/ee/development/changelog.html)**:\n\n" +
format(CREATE_CHANGELOG_MESSAGE, mr_iid: gitlab.mr_json["iid"], mr_title: sanitized_mr_title) format(CREATE_CHANGELOG_MESSAGE, mr_iid: gitlab.mr_json["iid"], mr_title: sanitized_mr_title)
end 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