This will make it easier for people to bring their merge requests up-to-date.
Since /rebase
and /merge
actions are not atomic or serialized, we may run into
confusing race conditions if these are applied together. For now, we
just ignore the /merge
and proceed with the rebase.
Relates to #29406