Skip to content

Update feature category for MergeWorker

Vasilii Iakliushin requested to merge reassign_merge_worker_to_code_review into master

What does this MR do and why?

Problem

MergeWorker currently belongs to source_code_management feature category. But the worker just makes a call to MergeRequests::MergeService that belongs to code_review_workflow scope. That introduces an unnecessary shared ownership of this feature.

Solution

Reassign MergeWorker to code_review_workflow feature category.

Merge request reports