Merge Queue
The merge queue ensures PRs are merged in a stable, CI‑validated order. The CLI targets the current repository based on your origin remote.
Add a PR
Section titled “Add a PR”och queue add 128 --priority 5 --method squashOptions:
--priority <n>: Higher number moves the PR up the queue.--method <merge|squash|rebase>: Merge strategy.
List the queue
Section titled “List the queue”och queue listQueue item statuses:
pending: queuedrunning_ci: CI is runningready: ready to mergemerging: merge in progressfailed: CI failed or merge blocked
Check current PR status
Section titled “Check current PR status”och queue statusAutomatically detects the PR for the current branch and reports its queue position.
Remove from the queue
Section titled “Remove from the queue”och queue remove 128