Skip to main content
Merge requests bring changes from a feature branch into a target branch (usually main) for a single document. For coordinating merges across multiple documents, see changesets.

Parameters

Actions

Workflow

Analyze Response

Resolving Conflicts

For each conflicting section, choose "source" (incoming branch) or "target" (current main):

Fast-Forward Merge

If the source branch contains all commits from the target (no divergence), Moxn merges automatically — no conflicts possible and no resolutions needed.

Commit Message

Auto-generated from source-branch commits. For long-running branches with many commits, the auto-generated message may exceed the 1000-char limit — in that case, the merge will fail with a guidance error. Pass a custom commitMessage to resolve.

Examples

  • documents — create branches (create_branch)
  • changesets — coordinate merges across multiple documents
  • members — find user IDs for reviewers