Fix incorrect group reference in MR description
Currently, when an MR is opened automatically on a conflict, @release-managers
is pinged, but that is not the correct username. It needs to be @ gitlab-org/release/managers
. This MR updates description with the correct name.
There are other problems with how the new lines are interpreted, but those can be addressed separately. It's most important that release managers get pinged on these MRs when they are opened.