From 718f54a1a21abdd0eea51c10d6f425f2d6cfc60f Mon Sep 17 00:00:00 2001 From: Eric Sorenson Date: Sun, 18 Jan 2026 22:40:31 -0800 Subject: [PATCH 1/3] Matching commit for early-access PR#494 (#59153) From 07f054de58a25aba0fee6689878fe99485d60e89 Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Sun, 18 Jan 2026 23:32:01 -0800 Subject: [PATCH 2/3] Update require-actions-ghcs.md, change "are" to "is" (#55370) Co-authored-by: Kevin Heis Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/reusables/code-scanning/require-actions-ghcs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/code-scanning/require-actions-ghcs.md b/data/reusables/code-scanning/require-actions-ghcs.md index 5b4fe6630ef3..5f6a243284c9 100644 --- a/data/reusables/code-scanning/require-actions-ghcs.md +++ b/data/reusables/code-scanning/require-actions-ghcs.md @@ -1,3 +1,3 @@ -* {% data variables.product.prodname_actions %} are enabled.{% ifversion fpt or ghec %} +* {% data variables.product.prodname_actions %} is enabled.{% ifversion fpt or ghec %} * It is publicly visible, or {% data variables.product.prodname_GH_code_security %} is enabled.{%- elsif ghes %} * {% data variables.product.prodname_GH_code_security %} is enabled.{% endif %} From a62ca9d928b1ce1ec129072f38f36332d6500e68 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:50:47 +0100 Subject: [PATCH 3/3] [Improvement]: Update the Copilot Usage Metrics docs with additional PAI comparison info (#59180) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- content/copilot/concepts/copilot-metrics.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/copilot/concepts/copilot-metrics.md b/content/copilot/concepts/copilot-metrics.md index 31376283d148..efaa12287306 100644 --- a/content/copilot/concepts/copilot-metrics.md +++ b/content/copilot/concepts/copilot-metrics.md @@ -54,6 +54,19 @@ This means the data **does not include** activity from other {% data variables.p License and seat management data are not included in {% data variables.product.prodname_copilot_short %} usage metrics reports. To view or manage license assignments, use the {% data variables.product.prodname_copilot_short %} user management API, which is the source of truth for license and seat information. See [AUTOTITLE](/rest/copilot/copilot-user-management). +## Why {% data variables.product.prodname_copilot_short %} usage metrics may differ across API resources + +The following API resources expose {% data variables.product.prodname_copilot_short %}-related data, but they are not interchangeable and should not be compared directly. Each API resource is designed for a specific use case and data model, and differences in totals or coverage are expected. Use this table to understand which API resource best fits your reporting needs. + +> [!NOTE] +> We strongly recommend using the {% data variables.product.prodname_copilot_short %} usage metrics API for new integrations and analyses, as it provides the most complete and future-facing view of {% data variables.product.prodname_copilot_short %} usage. + +| API resource | Scope | Key capabilities | +| --- | --- | --- | +| [AUTOTITLE](/rest/copilot/copilot-usage-metrics) | Advanced enterprise- and user-level event telemetry | Provides unified telemetry across completions, chat, and agent modes. Includes usage and lines of code metrics across all IDE modes, languages, and models. Supports detailed breakdowns by feature, IDE, language, model, and user, and is the primary API resource being actively developed and maintained. | +| [AUTOTITLE](/rest/copilot/copilot-user-management) | License and seat assignment | Lists assigned {% data variables.product.prodname_copilot_short %} seats for an organization or enterprise, including license state, user association, and `last_activity_at`. This API resource is the source of truth for license and seat information. | +| [AUTOTITLE](/rest/copilot/copilot-metrics) | Enterprise-, organization-, and team-level usage metrics | Provides aggregated usage data for {% data variables.product.prodname_copilot_short %} features on {% data variables.product.prodname_dotcom_the_website %} (such as pull request summaries) and some IDE-based completions and chat. Does not include Agent or Edit mode telemetry. Offers enterprise-wide and per-feature breakdowns by IDE and language. Does not include individual-level data. | + ## How are metrics attributed across organizations? > [!NOTE]