Extract `mergeable_ci_state` from MergeRequest model into Mergeability::CheckCiStatusService
What does this MR do and why?
This is a follow-up that came out of !165363 (merged). Since mergeable_ci_state is only used in MergeRequests::Mergeability::CheckCiStatusService , we can extract all the related methods into the Mergeability::CheckCiStatusService class so it's cohesive and decoupled from the MergeRequest model.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Laura Montemayor