Use AutoMergeWorker in api calls
Created by: ayalaio
In merge_requests controller you do merges with AutoMergeWorker which uses sidekiq. Why are you not using this when merging through API?
Created by: ayalaio
In merge_requests controller you do merges with AutoMergeWorker which uses sidekiq. Why are you not using this when merging through API?