Merge Queue
Merge queue intake statistics endpoint
New API endpoint to track pull requests entering the merge queue over time
New API endpoint GET /v1/repos/{owner}/{repository}/stats/queues_entered_count that returns the count of pull requests entering the merge queue, grouped by time intervals.
This endpoint supports filtering by base branch, partition, queue name, and priority rule. It enables building queue intake graphs and computing merge throughput rates by comparing entered vs merged pull requests.
Was this page helpful?
Thanks for your feedback!