Renames MergeRequestsBatchMerger class
What does this MR do?
Renames MergeRequestsBatchMerger
class. We no longer merge security merge requests in batches, we either process
the one that is targeting the default branch or the backports. This
commit renames the MergeRequestsBatchMerger
class to simply
MergeRequestsMerger
which seems more suitable.
Related to https://gitlab.com/gitlab-org/release-tools/-/issues/486
Edited by Robert Speicher