Code review

Time to merge

Also known as Pull request merge latency, Review-to-merge time

By WeavePublished 2 min read

Definition

Time to merge is the elapsed interval from a proposed change entering the workflow to its integration into the target branch.

What the measure captures

Time to merge is the elapsed interval from a proposed change entering the workflow to its integration into the target branch. It is most useful when the team states the unit of analysis, the start event, the completion event, and the population being measured. A review request, a pull request, and a merge are related events, but they are not interchangeable. Keeping those boundaries visible prevents a dashboard from turning an operational signal into an unexplained score.

A practical example

Track it by change size and branch policy so a small documentation update is not compared directly with a coordinated release change. Start with a small sample and inspect the underlying requests before creating a target. Record the repository, change type, reviewer path, and relevant policy state. That makes it possible to explain an unusual result instead of simply celebrating or escalating a number. Compare similar work over time and annotate major changes in ownership, branch rules, or automation.

How to use it carefully

A merge timestamp can hide queues before review, failed checks, or waiting for a deployment window. It is a flow measure, not a quality score. Review metrics work best as prompts for team-level investigation. Combine them with review samples, author and reviewer feedback, escaped defects, rework, and delivery outcomes. Avoid ranking individuals from a single measure because review difficulty, system familiarity, and assignment patterns vary. A healthy process makes useful feedback available at an appropriate time while preserving accountability for the final change.

How this relates to Weave

Weave can connect review events with change context and delivery signals so teams can inspect time to merge alongside review time, pull request size, and flow. That context helps teams investigate queues and quality patterns without treating one review number as a verdict on an engineer.

How this relates to Weave

Weave can connect review events with change context and delivery signals so teams can inspect time to merge alongside review time, pull request size, and flow. That context helps teams investigate queues and quality patterns without treating one review number as a verdict on an engineer.

Explore Engineering intelligence

Sources and further reading

  1. Merging a pull request, GitHub Docs