Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 770 Bytes

MergePullRequestOption.md

File metadata and controls

28 lines (21 loc) · 770 Bytes

MergePullRequestOption

Properties

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

Enum: DoEnum

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