Skip to content

Remove HTML link from plain text mail

Toon Claes requested to merge tc-fix-plain-text-commit-mails into master

What does this MR do?

In !33316 (merged) a few things were cleaned up in the Merge Request mail. But a HTML link, i.e. <a href...> snug in here. This change reverts that.

Screenshots

Before

John Doe3 pushed new commits to merge request <a href="http://test.host/namespace1/project1/-/merge_requests/1">!1</a>

* 54fcc214 - Add plain text README

After

John Doe3 pushed new commits to merge request !1
Merge Request URL: http://test.host/namespace1/project1/-/merge_requests/1

* 54fcc214 - Add plain text README

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Toon Claes

Merge request reports