Skip to content
Snippets Groups Projects
Commit e8672543 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

Set remove_source_branch in gitlab MRs (#131)

Closes #126 
parent c09a088f
Branches
Tags
No related merge requests found
...@@ -164,6 +164,7 @@ async function createPr(branchName, title, body) { ...@@ -164,6 +164,7 @@ async function createPr(branchName, title, body) {
body: { body: {
source_branch: branchName, source_branch: branchName,
target_branch: config.defaultBranch, target_branch: config.defaultBranch,
remove_source_branch: true,
title, title,
description: body, description: body,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment