Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 665 Bytes

MergePullRequestOption.md

File metadata and controls

26 lines (19 loc) · 665 Bytes

MergePullRequestOption

Properties

Name Type Description Notes
_do DoEnum
mergeCommitID String [optional]
mergeMessageField String [optional]
mergeTitleField String [optional]
deleteBranchAfterMerge Boolean [optional]
forceMerge Boolean [optional]

Enum: DoEnum

Name Value
MERGE "merge"
REBASE "rebase"
REBASE_MERGE "rebase-merge"
SQUASH "squash"
MANUALLY_MERGED "manually-merged"