Skip to content

shipper merge

Usage: shipper merge [options] [number]

Run the merge queue for PRs labeled shipper:ready

ArgumentRequiredDescriptionChoices
[number]noPR or issue number to merge-
LongShortValueDefaultDescriptionChoices
—interval-60polling interval in seconds-
—once--falseprocess the queue once and exit-
—dry-run--falseprint actions without executing-
—repo-<owner/repo>-repository (default: inferred from cwd)-

Process the merge queue once.

Terminal window
shipper merge --once

Preview merging a specific PR or issue.

Terminal window
shipper merge 42 --dry-run
CodeWhen
0The merge queue completes, is empty, or the dry run completes.
1Validation, lock acquisition, GitHub lookup, CI, or merge execution fails.
  • —interval must be a positive integer