Mark merge request as preparing on create
When a merge request is created, we set the `merge_status` to `preparing` so we don't check its mergeable or mark it as mergeable until it's fully prepared. This prevents race condition like asynchronous pipeline creation which can lead to inconsistent behavior.
Showing
Please register or sign in to comment