PullRequestMergeMethod Enum
Represents available types of methods to use when merging a pull request.
Possible Values
#
MERGE
Add all commits from the head branch to the base branch with a merge commit.
REBASE
Add all commits from the head branch onto the base branch individually.
SQUASH
Combine all commits from the head branch into a single commit in the base branch.
Usages
#
References
#
- Field mergeMethod from AutoMergeRequest
- Field mergeMethod from MergeQueueConfiguration
- Argument mergeType of field viewerMergeBodyText from type PullRequest
Previous
PullRequestEdge
Next
PullRequestOrder
