Two new stats capabilities for the merge queue dashboard:
PR Exit Reasons
New visualization showing how pull requests flow through your merge queue — see at a glance how many PRs were merged successfully, cancelled, or failed, broken down over time. This powers the new Sankey flow diagram on the dashboard.
Idle Time Breakdown
Queue time stats now break down idle time into actionable categories:
- Capacity — time spent waiting because the queue was at max parallel checks
- Schedule — time spent waiting due to merge schedule restrictions
- Freeze — time spent waiting because the queue was frozen This helps you understand where your merge queue time is actually spent and what to optimize.