Skip to content

Fix incorrect group reference in MR description

Steve Abrams requested to merge fix-rm-ping into master

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.

Merge request reports