diff --git a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
index 9031151f9dc5..344b2dbc8dad 100644
--- a/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
+++ b/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
@@ -21,13 +21,13 @@ If you need to share workflows and other {% data variables.product.prodname_acti
### Creating a workflow template
-Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise or GitHub One plan.
+Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan.
This procedure demonstrates how to create a workflow template and metadata file. The metadata file describes how the template is presented to users when they are creating a new workflow.
1. If it doesn't already exist, create a new public repository named `.github` in your organization.
-1. Create a directory named `workflow-templates`.
-1. Create your new workflow file inside the `workflow-templates` directory.
+2. Create a directory named `workflow-templates`.
+3. Create your new workflow file inside the `workflow-templates` directory.
If you need to refer to a repository's default branch, you can use the `$default-branch` placeholder. When a workflow is created using your template, the placeholder will be automatically replaced with the name of the repository's default branch.
@@ -52,7 +52,7 @@ This procedure demonstrates how to create a workflow template and metadata file.
- name: Run a one-line script
run: echo Hello from Octo Organization
```
-1. Create a metadata file inside the `workflow-templates` directory. The metadata file must have the same name as the workflow file, but instead of the `.yml` extension, it must be appended with `.properties.json`. For example, this file named `octo-organization-ci.properties.json` contains the metadata for a workflow file named `octo-organization-ci.yml`:
+4. Create a metadata file inside the `workflow-templates` directory. The metadata file must have the same name as the workflow file, but instead of the `.yml` extension, it must be appended with `.properties.json`. For example, this file named `octo-organization-ci.properties.json` contains the metadata for a workflow file named `octo-organization-ci.yml`:
```yaml
{
"name": "Octo Organization Workflow",
diff --git a/content/github/getting-started-with-github/githubs-products.md b/content/github/getting-started-with-github/githubs-products.md
index 4fbb23c3f039..3e4f2530fc96 100644
--- a/content/github/getting-started-with-github/githubs-products.md
+++ b/content/github/getting-started-with-github/githubs-products.md
@@ -98,15 +98,4 @@ In addition to the features available with {% data variables.product.prodname_te
You can set up a trial to evaluate {% data variables.product.prodname_ghe_cloud %}. For more information, see "Setting up a trial of {% data variables.product.prodname_ghe_cloud %}."
-For more information about hosting your own instance of [{% data variables.product.prodname_ghe_server %}](https://enterprise.github.com), contact {% data variables.contact.contact_enterprise_sales %}. {% data reusables.enterprise_installation.request-a-trial %}
-
-### {% data variables.product.prodname_ghe_one %}
-
-{% data variables.product.prodname_ghe_one %} includes [{% data variables.product.prodname_enterprise %}](#github-enterprise), plus:
-
-- {% data variables.contact.github_support %} {% data variables.product.premium_plus_support_plan %}
-- {% data variables.product.prodname_insights %}
-- {% data variables.product.prodname_GH_advanced_security %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}. For more information, see "[About {% data variables.product.prodname_GH_advanced_security %}](/github/getting-started-with-github/about-github-advanced-security)."{% endif %}{% if enterpriseServerVersions contains currentVersion and currentVersion == "enterprise-server@2.22" %}. For more information, see "[About {% data variables.product.prodname_code_scanning %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning)."{% endif %}
-- [{% data variables.product.prodname_learning %} for organizations](https://lab.github.com/organizations)
-
-For more information about signing up for {% data variables.product.prodname_ghe_one %}, contact {% data variables.contact.contact_enterprise_sales %}.
+For more information about hosting your own instance of [{% data variables.product.prodname_ghe_server %}](https://enterprise.github.com), contact {% data variables.contact.contact_enterprise_sales %}. {% data reusables.enterprise_installation.request-a-trial %}
\ No newline at end of file
diff --git a/content/github/working-with-github-support/about-github-premium-support-for-github-enterprise-cloud.md b/content/github/working-with-github-support/about-github-premium-support-for-github-enterprise-cloud.md
index 82c8aa865b54..a7657b346f9f 100644
--- a/content/github/working-with-github-support/about-github-premium-support-for-github-enterprise-cloud.md
+++ b/content/github/working-with-github-support/about-github-premium-support-for-github-enterprise-cloud.md
@@ -1,6 +1,6 @@
---
title: About GitHub Premium Support for GitHub Enterprise Cloud
-intro: '{% data variables.contact.premium_support %} is a paid, supplemental support offering for {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_one %} customers.'
+intro: '{% data variables.contact.premium_support %} is a paid, supplemental support offering for {% data variables.product.prodname_ghe_cloud %} customers.'
redirect_from:
- /articles/about-github-premium-support
- /articles/about-github-premium-support-for-github-enterprise-cloud
diff --git a/content/insights/exploring-your-usage-of-github-enterprise/metrics-available-with-github-insights.md b/content/insights/exploring-your-usage-of-github-enterprise/metrics-available-with-github-insights.md
index 5fd646f6fb7a..7ecd3979d82b 100644
--- a/content/insights/exploring-your-usage-of-github-enterprise/metrics-available-with-github-insights.md
+++ b/content/insights/exploring-your-usage-of-github-enterprise/metrics-available-with-github-insights.md
@@ -1,6 +1,5 @@
---
title: Metrics available with GitHub Insights
-product: '{% data reusables.gated-features.github-insights %}'
intro: '{% data variables.product.prodname_insights %} includes a variety of metrics to give you visibility into your team''s software delivery process.'
redirect_from:
- /github/installing-and-configuring-github-insights/metrics-available-with-github-insights
diff --git a/content/insights/exploring-your-usage-of-github-enterprise/navigating-between-github-enterprise-and-github-insights.md b/content/insights/exploring-your-usage-of-github-enterprise/navigating-between-github-enterprise-and-github-insights.md
index 2896caf64e1f..795fdf2ffbaf 100644
--- a/content/insights/exploring-your-usage-of-github-enterprise/navigating-between-github-enterprise-and-github-insights.md
+++ b/content/insights/exploring-your-usage-of-github-enterprise/navigating-between-github-enterprise-and-github-insights.md
@@ -1,7 +1,6 @@
---
title: Navigating between GitHub Enterprise and GitHub Insights
intro: ''
-product: '{% data reusables.gated-features.github-insights %}'
permissions: 'Anyone with access to {% data variables.product.prodname_insights %} can navigate between {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_insights %}.'
versions:
enterprise-server: '*'
diff --git a/content/insights/exploring-your-usage-of-github-enterprise/setting-your-timezone-for-github-insights.md b/content/insights/exploring-your-usage-of-github-enterprise/setting-your-timezone-for-github-insights.md
index d8b614cf207b..17c91b8cbe36 100644
--- a/content/insights/exploring-your-usage-of-github-enterprise/setting-your-timezone-for-github-insights.md
+++ b/content/insights/exploring-your-usage-of-github-enterprise/setting-your-timezone-for-github-insights.md
@@ -1,7 +1,6 @@
---
title: Setting your timezone for GitHub Insights
intro: 'You can set the timezone for metrics you view in {% data variables.product.prodname_insights %}.'
-product: '{% data reusables.gated-features.github-insights %}'
permissions: 'Anyone with access to {% data variables.product.prodname_insights %} can set their own timezone.'
versions:
enterprise-server: '*'
diff --git a/content/insights/exploring-your-usage-of-github-enterprise/viewing-key-metrics-and-reports.md b/content/insights/exploring-your-usage-of-github-enterprise/viewing-key-metrics-and-reports.md
index 31703a70f56d..cb072241399c 100644
--- a/content/insights/exploring-your-usage-of-github-enterprise/viewing-key-metrics-and-reports.md
+++ b/content/insights/exploring-your-usage-of-github-enterprise/viewing-key-metrics-and-reports.md
@@ -1,7 +1,6 @@
---
title: Viewing key metrics and reports
intro: You can view and filter key metrics and reports to help you understand and improve your software delivery process through data.
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/viewing-and-filtering-key-metrics-and-reports
permissions: 'Anyone with access to {% data variables.product.prodname_insights %} can view key metrics and reports.'
diff --git a/content/insights/installing-and-configuring-github-insights/about-data-in-github-insights.md b/content/insights/installing-and-configuring-github-insights/about-data-in-github-insights.md
index 90bf3a0747f4..f47e9ebe3614 100644
--- a/content/insights/installing-and-configuring-github-insights/about-data-in-github-insights.md
+++ b/content/insights/installing-and-configuring-github-insights/about-data-in-github-insights.md
@@ -1,7 +1,6 @@
---
title: About data in GitHub Insights
intro: 'The data included in {% data variables.product.prodname_insights %} metrics is highly customizable.'
-product: '{% data reusables.gated-features.github-insights %}'
permissions: ''
versions:
enterprise-server: '*'
diff --git a/content/insights/installing-and-configuring-github-insights/about-github-insights.md b/content/insights/installing-and-configuring-github-insights/about-github-insights.md
index 05fcc49f8657..0bc475ceedf3 100644
--- a/content/insights/installing-and-configuring-github-insights/about-github-insights.md
+++ b/content/insights/installing-and-configuring-github-insights/about-github-insights.md
@@ -1,7 +1,6 @@
---
title: About GitHub Insights
intro: '{% data variables.product.prodname_insights %} provides metrics and analytical reports to help engineering teams understand and improve their software delivery process.'
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/about-github-insights
versions:
diff --git a/content/insights/installing-and-configuring-github-insights/configuring-the-connection-between-github-insights-and-github-enterprise.md b/content/insights/installing-and-configuring-github-insights/configuring-the-connection-between-github-insights-and-github-enterprise.md
index 6cbf5de5cc19..93f8e312b3f1 100644
--- a/content/insights/installing-and-configuring-github-insights/configuring-the-connection-between-github-insights-and-github-enterprise.md
+++ b/content/insights/installing-and-configuring-github-insights/configuring-the-connection-between-github-insights-and-github-enterprise.md
@@ -1,7 +1,6 @@
---
title: Configuring the connection between GitHub Insights and GitHub Enterprise
intro: 'You can manage how {% data variables.product.prodname_insights %} connects to {% data variables.product.prodname_enterprise %}.'
-product: '{% data reusables.gated-features.github-insights %}'
permissions: 'People with admin permissions to {% data variables.product.prodname_insights %} can configure the connection to {% data variables.product.prodname_enterprise %}.'
versions:
enterprise-server: '*'
diff --git a/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md b/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
index 1a459b1fe16b..6c04c47614eb 100644
--- a/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
+++ b/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
@@ -1,7 +1,6 @@
---
title: Enabling a link between GitHub Insights and GitHub Enterprise
intro: 'You can enable a link that will allow users to navigate from {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_insights %}.'
-product: '{% data reusables.gated-features.github-insights %}'
permissions: 'Site administrators for {% data variables.product.prodname_ghe_server %} can enable a link between {% data variables.product.prodname_ghe_server %} and {% data variables.product.prodname_insights %}.'
redirect_from:
- /github/installing-and-configuring-github-insights/navigating-between-github-insights-and-github-enterprise
diff --git a/content/insights/installing-and-configuring-github-insights/installing-github-insights.md b/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
index 60e25e8f1a60..e992afa2bd90 100644
--- a/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
+++ b/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
@@ -1,7 +1,6 @@
---
title: Installing GitHub Insights
intro: 'You can install {% data variables.product.prodname_insights %} and connect the standalone application to {% data variables.product.prodname_ghe_server %}.'
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/installing-github-insights
permissions: 'Organization owners in {% data variables.product.prodname_enterprise %} with read permissions to the `github/insights-releases` repository and administrative access to the application server can install {% data variables.product.prodname_insights %}.'
diff --git a/content/insights/installing-and-configuring-github-insights/managing-available-metrics-and-reports.md b/content/insights/installing-and-configuring-github-insights/managing-available-metrics-and-reports.md
index 63ef9134f532..8dcd5e92f5b5 100644
--- a/content/insights/installing-and-configuring-github-insights/managing-available-metrics-and-reports.md
+++ b/content/insights/installing-and-configuring-github-insights/managing-available-metrics-and-reports.md
@@ -1,7 +1,6 @@
---
title: Managing available metrics and reports
intro: 'You can enable and disable specific metrics across {% data variables.product.prodname_insights %}.'
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/managing-settings-in-github-insights
permissions: 'People with admin permissions to {% data variables.product.prodname_insights %} can manage available metrics and reports.'
diff --git a/content/insights/installing-and-configuring-github-insights/managing-contributors-and-teams.md b/content/insights/installing-and-configuring-github-insights/managing-contributors-and-teams.md
index 7c054d9bdbda..2de84d7acf95 100644
--- a/content/insights/installing-and-configuring-github-insights/managing-contributors-and-teams.md
+++ b/content/insights/installing-and-configuring-github-insights/managing-contributors-and-teams.md
@@ -1,7 +1,6 @@
---
title: Managing contributors and teams
intro: You can manage the people and teams included in metrics and reports.
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/managing-contributors-and-teams
permissions: 'People with admin permissions in {% data variables.product.prodname_insights %} can manage contributors and teams.'
diff --git a/content/insights/installing-and-configuring-github-insights/managing-events.md b/content/insights/installing-and-configuring-github-insights/managing-events.md
index e857b38f0984..d170abc9687d 100644
--- a/content/insights/installing-and-configuring-github-insights/managing-events.md
+++ b/content/insights/installing-and-configuring-github-insights/managing-events.md
@@ -1,7 +1,6 @@
---
title: Managing events
intro: '{% data reusables.github-insights.events %}'
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/creating-and-managing-events
permissions: 'People with admin permissions to {% data variables.product.prodname_insights %} can manage events.'
diff --git a/content/insights/installing-and-configuring-github-insights/managing-goals.md b/content/insights/installing-and-configuring-github-insights/managing-goals.md
index 302025dbe3a0..20f15a6e9540 100644
--- a/content/insights/installing-and-configuring-github-insights/managing-goals.md
+++ b/content/insights/installing-and-configuring-github-insights/managing-goals.md
@@ -1,7 +1,6 @@
---
title: Managing goals
intro: You can use goals to set targets for key metrics and measure success reaching those targets.
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/creating-and-managing-goals
permissions: 'Anyone with access to {% data variables.product.prodname_insights %} can manage goals.'
diff --git a/content/insights/installing-and-configuring-github-insights/managing-organizations.md b/content/insights/installing-and-configuring-github-insights/managing-organizations.md
index e4cf45dbab74..ebdcc9ee7fcd 100644
--- a/content/insights/installing-and-configuring-github-insights/managing-organizations.md
+++ b/content/insights/installing-and-configuring-github-insights/managing-organizations.md
@@ -1,7 +1,6 @@
---
title: Managing organizations
intro: 'You can manage the {% data variables.product.prodname_enterprise %} organizations that are included in metrics.'
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/managing-organizations
permissions: 'People with admin permissions in {% data variables.product.prodname_insights %} can manage organizations.'
diff --git a/content/insights/installing-and-configuring-github-insights/managing-permissions-in-github-insights.md b/content/insights/installing-and-configuring-github-insights/managing-permissions-in-github-insights.md
index f74745251455..8bf8c4d00161 100644
--- a/content/insights/installing-and-configuring-github-insights/managing-permissions-in-github-insights.md
+++ b/content/insights/installing-and-configuring-github-insights/managing-permissions-in-github-insights.md
@@ -1,7 +1,6 @@
---
title: Managing permissions in GitHub Insights
intro: 'You can update a user''s permissions in {% data variables.product.prodname_insights %}.'
-product: '{% data reusables.gated-features.github-insights %}'
permissions: 'People with admin permissions to {% data variables.product.prodname_insights %} can manage permissions.'
versions:
enterprise-server: '*'
diff --git a/content/insights/installing-and-configuring-github-insights/managing-repositories.md b/content/insights/installing-and-configuring-github-insights/managing-repositories.md
index 6f25f6b33352..266e4286521c 100644
--- a/content/insights/installing-and-configuring-github-insights/managing-repositories.md
+++ b/content/insights/installing-and-configuring-github-insights/managing-repositories.md
@@ -1,7 +1,6 @@
---
title: Managing repositories
intro: 'You can manage the repositories connected to {% data variables.product.prodname_insights %} and the data included in metrics for each repository.'
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/managing-repositories
permissions: 'People with admin permissions in {% data variables.product.prodname_insights %} can manage repositories. '
diff --git a/content/insights/installing-and-configuring-github-insights/system-overview-for-github-insights.md b/content/insights/installing-and-configuring-github-insights/system-overview-for-github-insights.md
index e42f1f43c224..17a49b1c4ae5 100644
--- a/content/insights/installing-and-configuring-github-insights/system-overview-for-github-insights.md
+++ b/content/insights/installing-and-configuring-github-insights/system-overview-for-github-insights.md
@@ -1,7 +1,6 @@
---
title: System overview for GitHub Insights
intro: '{% data variables.product.prodname_insights %} is a standalone application which interfaces with {% data variables.product.prodname_enterprise %}.'
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/system-overview-for-github-insights
versions:
diff --git a/content/insights/installing-and-configuring-github-insights/updating-github-insights.md b/content/insights/installing-and-configuring-github-insights/updating-github-insights.md
index e17b23f341d4..20cca11a528a 100644
--- a/content/insights/installing-and-configuring-github-insights/updating-github-insights.md
+++ b/content/insights/installing-and-configuring-github-insights/updating-github-insights.md
@@ -1,7 +1,6 @@
---
title: Updating GitHub Insights
intro: 'You can update to the latest version of {% data variables.product.prodname_insights %} to benefit from improvements and bug fixes.'
-product: '{% data reusables.gated-features.github-insights %}'
redirect_from:
- /github/installing-and-configuring-github-insights/updating-github-insights
permissions: 'People with read permissions to the `github/insights-releases` repository and administrative access to the application server can update {% data variables.product.prodname_insights %}.'
diff --git a/data/reusables/gated-features/actions-shared.md b/data/reusables/gated-features/actions-shared.md
index d5bceb9ab191..1b9eb6926d8c 100644
--- a/data/reusables/gated-features/actions-shared.md
+++ b/data/reusables/gated-features/actions-shared.md
@@ -1 +1 @@
-{% data variables.product.prodname_actions %} is available with {% data variables.product.prodname_free_user %}, {% data variables.product.prodname_pro %}, {% data variables.product.prodname_free_team %} for organizations, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, {% data variables.product.prodname_ghe_server %}, {% data variables.product.prodname_ghe_one %}, and {% data variables.product.prodname_ghe_managed %}. {% data variables.product.prodname_actions %} is not available for private repositories owned by accounts using legacy per-repository plans.
+{% data variables.product.prodname_actions %} is available with {% data variables.product.prodname_free_user %}, {% data variables.product.prodname_pro %}, {% data variables.product.prodname_free_team %} for organizations, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, {% data variables.product.prodname_ghe_server %}, and {% data variables.product.prodname_ghe_managed %}. {% data variables.product.prodname_actions %} is not available for private repositories owned by accounts using legacy per-repository plans.
diff --git a/data/reusables/gated-features/ghas.md b/data/reusables/gated-features/ghas.md
index fcf1b455c75f..166bbffcbe21 100644
--- a/data/reusables/gated-features/ghas.md
+++ b/data/reusables/gated-features/ghas.md
@@ -1 +1 @@
-{% data variables.product.prodname_GH_advanced_security %} licenses are available for enterprise accounts on {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %}, {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% data variables.product.prodname_GH_advanced_security %} is also included in {% data variables.product.prodname_ghe_one %}{% if currentVersion == "free-pro-team@latest" %} and in all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% endif %}. For more information, see "[About GitHub's products](/github/getting-started-with-github/githubs-products)."
\ No newline at end of file
+{% data variables.product.prodname_GH_advanced_security %} licenses are available for enterprise accounts on {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %}, {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}.{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.prodname_GH_advanced_security %} is also included in all public repositories on {% data variables.product.prodname_dotcom_the_website %}.{% endif %} For more information, see "[About GitHub's products](/github/getting-started-with-github/githubs-products)."
\ No newline at end of file
diff --git a/data/reusables/gated-features/github-insights.md b/data/reusables/gated-features/github-insights.md
index f99859ae158f..fb6b9703b2c8 100644
--- a/data/reusables/gated-features/github-insights.md
+++ b/data/reusables/gated-features/github-insights.md
@@ -1 +1 @@
-{% data variables.product.prodname_insights %} is available with {% data variables.product.prodname_ghe_one %}. For more information, see "[{% data variables.product.prodname_dotcom %}'s products](/articles/githubs-products)."
+{% data variables.product.prodname_insights %} is available with {% data variables.product.prodname_ghe_one %}. For more information, see "[{% data variables.product.prodname_dotcom %}'s products](/articles/githubs-products)."
\ No newline at end of file
diff --git a/data/reusables/gated-features/packages.md b/data/reusables/gated-features/packages.md
index e0cfb660456d..7007042e3326 100644
--- a/data/reusables/gated-features/packages.md
+++ b/data/reusables/gated-features/packages.md
@@ -1,4 +1,4 @@
-{% data variables.product.prodname_registry %} is available with {% data variables.product.prodname_free_user %}, {% data variables.product.prodname_pro %}, {% data variables.product.prodname_free_team %} for organizations, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, {% data variables.product.prodname_ghe_server %} 2.22, {% data variables.product.prodname_ghe_one %}, and {% data variables.product.prodname_ghe_managed %}.
+{% data variables.product.prodname_registry %} is available with {% data variables.product.prodname_free_user %}, {% data variables.product.prodname_pro %}, {% data variables.product.prodname_free_team %} for organizations, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, {% data variables.product.prodname_ghe_server %} 2.22, and {% data variables.product.prodname_ghe_managed %}.
{% if currentVersion == "free-pro-team@latest" %}
{% data variables.product.prodname_registry %} is not available for private repositories owned by accounts using legacy per-repository plans. Also, accounts using legacy per-repository plans cannot access {% data variables.product.prodname_github_container_registry %} since these accounts are billed by repository. {% data reusables.gated-features.more-info %}
{% endif %}