Skip to main content
Merge a branch.
External DocumentationTo learn more, visit the GitHub documentation.

Parameters

ParameterDescription
Commit MessageCommit message to use for the merge commit. If omitted, a default message will be used.
OwnerThe organization or person who owns the repository. github.com//
RepoName of the repository owned by the owner. github.com//
Source BranchThe head to merge. This can be a branch name or a commit SHA1.
Target BranchThe name of the base branch that the head will be merged into.

Example Output

Workflow Library Example

Merge with Github and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop