Track total merges by adoption phase in enterprise and organization reports GitHub added total pull request merges by AI adoption phase to Copilot usage metrics in enterprise and organization reports, enabling administrators to track absolute throughput and adoption impact on delivery. Improvement Track total merges by adoption phase in enterprise and organization reports Building on the AI adoption phase cohorts https://github.blog/changelog/2026-05-29-copilot-usage-metrics-api-adds-cohorts-for-ai-adoption/ added to the Copilot usage metrics API https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics?apiVersion=2026-03-10 , organization and enterprise reports now report the total number of pull requests merged by each adoption phase. What’s new whats-new The totals by ai adoption phase breakdown previously reported per-user averages only. Each entry now also includes a total for pull request merges: total pull requests merged : The total number of pull requests merged on that day by users in that adoption phase. This complements the existing per-phase avg pull requests merged and is available in 1-day and 28-day reports. Why this matters why-this-matters See each phase’s share of merged pull requests: With a total rather than just an average, you can calculate what proportion of all merged pull requests each adoption phase contributed. Compare absolute throughput across phases: Totals make it easier to understand proportional user behavior, rather than solely relying on per-user averages. Measure adoption impact on delivery: Track how pull request throughput shifts as users progress through AI adoption phases. Important notes important-notes - These metrics are available to enterprise administrators and organization owners who have access to Copilot usage metrics https://docs.github.com/copilot/concepts/copilot-usage-metrics through the REST API. total pull requests merged uses the same attribution as the existing avg pull requests merged , so the two values are consistent with one another. Visit the Copilot usage metrics API documentation https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-usage-metrics?apiVersion=2026-03-10 to learn more.