From 9f54888db2eba67063de9722874927054b34b9eb Mon Sep 17 00:00:00 2001 From: Joe Clark <31087804+jc-clark@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:25:41 -0700 Subject: [PATCH] Add documentation for "Rolling back entitlement change for Actions Minutes and EMUs - [GA]" (#43419) --- .../about-github-hosted-runners.md | 10 ++++++++++ .../about-enterprise-managed-users.md | 1 + .../github-hosted-runners-emus-entitlements.yml | 4 ++++ data/reusables/actions/entitlement-minutes-emus.md | 1 + 4 files changed, 16 insertions(+) create mode 100644 data/features/github-hosted-runners-emus-entitlements.yml create mode 100644 data/reusables/actions/entitlement-minutes-emus.md diff --git a/content/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners.md b/content/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners.md index 884f2d736f..5d51200183 100644 --- a/content/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners.md +++ b/content/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners.md @@ -24,6 +24,16 @@ Runners are the machines that execute jobs in a {% data variables.product.prodna {% data variables.product.prodname_dotcom %} provides runners that you can use to run your jobs, or you can [host your own runners](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners). Each {% data variables.product.prodname_dotcom %}-hosted runner is a new virtual machine (VM) hosted by {% data variables.product.prodname_dotcom %} with the runner application and other tools preinstalled, and is available with Ubuntu Linux, Windows, or macOS operating systems. When you use a {% data variables.product.prodname_dotcom %}-hosted runner, machine maintenance and upgrades are taken care of for you. +{% ifversion github-hosted-runners-emus-entitlements %} + +{% note %} + +**Note:** {% data reusables.actions.entitlement-minutes-emus %} For more information, see "[AUTOTITLE](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users)." + +{% endnote %} + +{% endif %} + {% ifversion not ghes %} ## Using a {% data variables.product.prodname_dotcom %}-hosted runner diff --git a/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md b/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md index dd6881246d..fcc0e3390f 100644 --- a/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md +++ b/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md @@ -108,6 +108,7 @@ To discover how a member was added to an organization, you can filter the member - Can create codespaces for repositories owned by their organization, or forks of these repositories, provided that the organization can pay for {% data variables.product.prodname_github_codespaces %}. For more information, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/choosing-who-owns-and-pays-for-codespaces-in-your-organization)." - Cannot create codespaces for their personal repositories, other than forks of repositories owned by their organization; for any other repositories outside their organization; or from {% data variables.product.company_short %}'s public templates for {% data variables.product.prodname_github_codespaces %}. - Cannot publish a codespace created from a template to a new repository. +- {% data reusables.actions.entitlement-minutes-emus %} ## Getting started with {% data variables.product.prodname_emus %} diff --git a/data/features/github-hosted-runners-emus-entitlements.yml b/data/features/github-hosted-runners-emus-entitlements.yml new file mode 100644 index 0000000000..8a1e73afe5 --- /dev/null +++ b/data/features/github-hosted-runners-emus-entitlements.yml @@ -0,0 +1,4 @@ +# Issue 11808, "Rolling back entitlement change for Actions Minutes and EMUs" + +versions: + ghec: '*' diff --git a/data/reusables/actions/entitlement-minutes-emus.md b/data/reusables/actions/entitlement-minutes-emus.md new file mode 100644 index 0000000000..9f0c5b2e90 --- /dev/null +++ b/data/reusables/actions/entitlement-minutes-emus.md @@ -0,0 +1 @@ +Entitlement minutes for {% data variables.product.company_short %}-hosted runners are not available for {% data variables.enterprise.prodname_managed_users %}. {% data variables.product.prodname_emus %} who would like to contribute to repositories in organizations they are not a member of can fork the organization repo, then open a pull request targeting the organization repository. This runs the workflows on the organization's {% data variables.product.company_short %}-hosted runners.