RepoChangeMergeSettingAuditEntryMergeType Enum
The merge options available for pull requests to this repository.
Possible Values
#
MERGE
The pull request is added to the base branch in a merge commit.
REBASE
Commits from the pull request are added onto the base branch individually without a merge commit.
SQUASH
The pull request's commits are squashed into a single commit before they are merged to the base branch.
Usages
#
References
#
- Field mergeType from RepoChangeMergeSettingAuditEntry
