FEAT: add support for remove_source_branch and squash options for merge requests (#86)

This commit is contained in:
Daniel Schuba
2025-06-07 01:20:07 +02:00
committed by GitHub
parent 0930ce3636
commit 622c112f7f
2 changed files with 4 additions and 0 deletions

View File

@ -1199,6 +1199,8 @@ async function createMergeRequest(
labels: options.labels?.join(","),
allow_collaboration: options.allow_collaboration,
draft: options.draft,
remove_source_branch: options.remove_source_branch,
squash: options.squash,
}),
});