Enum GitHub::RepoChangeMergeSettingAuditEntryMergeType

The merge options available for pull requests to this repository.

Enum 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.

Uses

RepoChangeMergeSettingAuditEntry.mergeType