Calculate mergeability check sync on first widget load
What does this MR do?
Related issue: #330547 (closed)
When an MR is loaded, we perform an async widget.json
call. Currently, this first call performs mergeability check async. Let's perform it sync in order to deliver the current state of the merge request faster.