From 6f0677c63fc0288cf3ae3292e347e5c5b2a6531e Mon Sep 17 00:00:00 2001 From: "T. Greg Doucette" <58960990+LawDevNull@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:16:25 -0500 Subject: [PATCH 1/3] Add DPA coverage date for Loops preview product (#58516) --- content/site-policy/github-terms/github-dpa-previews.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/site-policy/github-terms/github-dpa-previews.md b/content/site-policy/github-terms/github-dpa-previews.md index e77c903b1611..fb3c31a399f0 100644 --- a/content/site-policy/github-terms/github-dpa-previews.md +++ b/content/site-policy/github-terms/github-dpa-previews.md @@ -14,6 +14,7 @@ The pre-release products and features listed below use data handling that is the | Product / Feature | DPA Coverage Date | |:---------------------------------------------------|:-------------------:| +| Loops | 17 November 2025 | | Copilot CLI | 27 October 2025 | | Copilot Enterprise & Users Usage Metrics Dashboard | 27 October 2025 | | Spark | 27 October 2025 | From 0e016b040a537bfb9eec0b974878711eb2ad691a Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:53:30 -0800 Subject: [PATCH 2/3] Update license report documentation for outside collaborator identification (#58502) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kathleenqin <36471738+kathleenqin@users.noreply.github.com> Co-authored-by: Felicity Chapman Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> --- content/billing/reference/license-reports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/billing/reference/license-reports.md b/content/billing/reference/license-reports.md index 9b7312cabfb1..94343d0aa32b 100644 --- a/content/billing/reference/license-reports.md +++ b/content/billing/reference/license-reports.md @@ -70,7 +70,7 @@ Reports generated on instances of {% data variables.enterprise.data_residency %} | Visual studio subscription user | Whether or not the user is a {% data variables.visual_studio.prodname_vs_subscriber %} | | License type | Can be one of: `Visual Studio subscription` or `Enterprise` | | GitHub com profile | The URL for the user's profile page on GHEC | -| GitHub com member roles | For each of the organizations the user belongs to on GHEC, the organization name and the user's role in that organization (`Owner` or `Member`) separated by a colon

Organizations delimited by commas | +| GitHub com member roles | For each of the organizations the user belongs to on GHEC, the organization name and the user's role in that organization (`Owner` or `Member`) separated by a colon. Organizations are delimited by commas.

For outside collaborators on private repositories, the value will appear as `ORG/REPO:Collaborator`, specifying which organization and repository the collaborator has access to.| | GitHub com enterprise roles | Can be one of: `Owner`, `Member`, `Outside collaborator` (for an enterprise with personal accounts on {% data variables.product.prodname_dotcom_the_website %}), or `Repository collaborator` (for an enterprise that uses {% data variables.enterprise.prodname_managed_users %}) | | GitHub com verified domain emails | All email addresses associated with the user's GHEC account that match your enterprise's verified domains | | GitHub com saml name | The SAML username | From 3eab5c9a3fcaf4d5a01212f43f4ff074e58a9fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 22:56:55 +0000 Subject: [PATCH 3/3] Bump github/gh-base-image/gh-base-noble from 20251016-101023-g0e97a15f4 to 20251114-221740-gd084d271e in the baseimages group (#58504) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21435e93f877..bee215efbe9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # --------------------------------------------------------------- # To update the sha: # https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble -FROM ghcr.io/github/gh-base-image/gh-base-noble:20251016-101023-g0e97a15f4 AS base +FROM ghcr.io/github/gh-base-image/gh-base-noble:20251114-221740-gd084d271e AS base # Install curl for Node install and determining the early access branch # Install git for cloning docs-early-access & translations repos