Commit 274e7951 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7379 from cirosantilli/remove-title

[minor-refactor] Remove unused title parameter on merge request creation helper.
parents ff435000 7be7cf29
......@@ -19,8 +19,7 @@ module MergeRequestsHelper
source_project_id: event.project.id,
target_project_id: target_project.id,
source_branch: event.branch_name,
target_branch: target_project.repository.root_ref,
title: event.branch_name.titleize.humanize
target_branch: target_project.repository.root_ref
}
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment