Migrate MergeRequest::UpdatedEvent
Following the pattern laid out by the CI team in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34042, implement a `MergeRequest::UpdatedEvent` (name TBD). The subscribers to this event will trigger tasks (notably notifications and metrics tracking that are currently done via async workers from inside `MergeRequest::UpdateService`
issue