From bb49ba2e30692c84f75439c9661cc3baca5e50d0 Mon Sep 17 00:00:00 2001 From: SR0725 Date: Fri, 31 Jul 2026 20:46:49 -0700 Subject: [PATCH] Clarify Codespaces billing for forks --- data/reusables/codespaces/when-an-org-pays.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/codespaces/when-an-org-pays.md b/data/reusables/codespaces/when-an-org-pays.md index 233d4d196c37..1f9c1ffe1352 100644 --- a/data/reusables/codespaces/when-an-org-pays.md +++ b/data/reusables/codespaces/when-an-org-pays.md @@ -1,3 +1,3 @@ * The organization has no budget defined for {% data variables.product.prodname_github_codespaces %} or has set a non-zero budget. -* The codespace is created from one of the organization's repositories, or from a fork of one of the organization's repositories. This includes {% ifversion ghec %}public, private, and internal{% elsif fpt %}both public and private{% endif %} repositories. +* The codespace is created from one of the organization's repositories, or from an organization-owned fork of a repository. This includes {% ifversion ghec %}public, private, and internal{% elsif fpt %}both public and private{% endif %} repositories. * The user creating the codespace is a member or collaborator of the organization, and the organization has enabled {% data variables.product.prodname_github_codespaces %} for this user. This can include all members and collaborators if the organization has chosen to enable {% data variables.product.prodname_codespaces %} for all users. If {% data variables.product.prodname_codespaces %} isn't enabled for a user, they can still create codespaces from public repositories in the organization, but the user will pay for these codespaces.