Make 'unmarked as WIP' message more consistent
This commit is contained in:
parent
d84cfeaf21
commit
33564b1133
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue