Trigger mergeRequestMergeStatusUpdated when MR marked as draft/ready
What does this MR do and why?
When draft status of a merge request changes, it affects the mergeability of the MR.
Since we need to update the merge widget in real-time, we need to let the subscribers know about it. To do this, we trigger the subscription whenever a MR is marked as draft or ready.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #372518 (closed)