Skip to content
Snippets Groups Projects

WIP: Project option to require allow collaboration on merge requests

4 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -501,7 +501,7 @@
@@ -501,7 +501,7 @@
description: 'please fix',
description: 'please fix',
source_branch: 'feature',
source_branch: 'feature',
target_branch: 'master',
target_branch: 'master',
target_project_id: target_project.id,
target_project_id: target_project.id
}
}
end
end
let(:merge_request) { described_class.new(project, user, opts).execute }
let(:merge_request) { described_class.new(project, user, opts).execute }
Loading