Commit 4909d77d authored by Sean McGivern's avatar Sean McGivern

Merge branch 'bold-wip-removed-note' into 'master'

Make 'unmarked as Work In Progress' system note more consistent

See merge request !8193
parents 46920f7e 33564b11
......@@ -146,7 +146,7 @@ module SystemNoteService
end
def remove_merge_request_wip(noteable, project, author)
body = 'unmarked as a Work In Progress'
body = 'unmarked as a **Work In Progress**'
create_note(noteable: noteable, project: project, author: author, note: body)
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