Skip to content

Commit cede6ad

Browse files
authored
Remove GHAE mentions from data files (#49142)
1 parent aa78cbd commit cede6ad

File tree

8 files changed

+6
-27
lines changed

8 files changed

+6
-27
lines changed

content/actions/guides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ versions:
1010
learningTracks:
1111
- getting_started
1212
- adopting_github_actions_for_your_enterprise_ghec
13-
- adopting_github_actions_for_your_enterprise_ghes_and_ghae
13+
- adopting_github_actions_for_your_enterprise_ghes
1414
- hosting_your_own_runners
1515
- create_actions
1616
includeGuides:

content/admin/guides.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ learningTracks:
1212
- '{% ifversion ghes %}deploy_an_instance{% endif %}'
1313
- '{% ifversion ghes %}upgrade_your_instance{% endif %}'
1414
- adopting_github_actions_for_your_enterprise_ghec
15-
- adopting_github_actions_for_your_enterprise_ghes_and_ghae
15+
- adopting_github_actions_for_your_enterprise_ghes
1616
- '{% ifversion ghes %}increase_fault_tolerance{% endif %}'
1717
- '{% ifversion ghes %}improve_security_of_your_instance{% endif %}'
1818
- '{% ifversion ghes %}configure_github_actions{% endif %}'
@@ -139,4 +139,3 @@ includeGuides:
139139
- /admin/administering-your-instance/administering-your-instance-from-the-web-ui/accessing-the-management-console
140140
- /admin/administering-your-instance/administering-your-instance-from-the-web-ui/troubleshooting-access-to-the-management-console
141141
---
142-

data/features/codeql-cpp-autoinstall-dependencies.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ versions:
22
fpt: '*'
33
ghec: '*'
44
ghes: '>3.10'
5-
ghae: '>3.10'
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Reference: #7757
2-
# Setting to disable personal namespace repo creation for EMUs, GHES 3.7+ and GHAE 3.7+ users
2+
# Setting to disable personal namespace repo creation for EMUs, GHES 3.7+
33
versions:
44
ghec: '*'
55
ghes: '>=3.7'

data/learning-tracks/actions.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ adopting_github_actions_for_your_enterprise_ghec:
3030
- /actions/security-guides/security-hardening-for-github-actions
3131
- >-
3232
/billing/managing-billing-for-github-actions/about-billing-for-github-actions
33-
adopting_github_actions_for_your_enterprise_ghes_and_ghae:
33+
adopting_github_actions_for_your_enterprise_ghes:
3434
title: Adopt GitHub Actions for your enterprise
3535
description: >-
3636
Learn how to plan and implement a rollout of {% data
3737
variables.product.prodname_actions %} in your enterprise.
3838
versions:
3939
ghes: '*'
40-
ghae: '*'
4140
guides:
4241
- >-
4342
/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises

data/learning-tracks/admin.yml

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
get_started_with_github_ae:
2-
title: Get started with {% data variables.product.prodname_ghe_managed %}
3-
description: >-
4-
Learn about {% data variables.product.prodname_ghe_managed %} and complete
5-
the initial configuration of a new enterprise.
6-
versions:
7-
ghae: '*'
8-
guides:
9-
- /admin/overview/about-github-ae
10-
- /admin/overview/about-data-residency
11-
- /admin/overview/deploying-github-ae
12-
- /admin/overview/initializing-github-ae
13-
- >-
14-
/admin/configuration/hardening-security-for-your-enterprise/restricting-network-traffic-to-your-enterprise-with-an-ip-allow-list
15-
- >-
16-
/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae
171
deploy_an_instance:
182
title: Deploy an instance
193
description: >-
@@ -71,14 +55,13 @@ adopting_github_actions_for_your_enterprise_ghec:
7155
- /actions/security-guides/security-hardening-for-github-actions
7256
- >-
7357
/billing/managing-billing-for-github-actions/about-billing-for-github-actions
74-
adopting_github_actions_for_your_enterprise_ghes_and_ghae:
58+
adopting_github_actions_for_your_enterprise_ghes:
7559
title: Adopt GitHub Actions for your enterprise
7660
description: >-
7761
Learn how to plan and implement a rollout of {% data
7862
variables.product.prodname_actions %} in your enterprise.
7963
versions:
8064
ghes: '*'
81-
ghae: '*'
8265
guides:
8366
- >-
8467
/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises

data/variables/contact.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
contact_ent_support: '[GitHub Enterprise Support](https://support.github.com)'
22

3-
# GitHub Support (with versioning for GHES, GHAE) - when users need to open a ticket through the support portal
3+
# GitHub Support (with versioning for GHES) - when users need to open a ticket through the support portal
44
contact_support: >-
55
{% ifversion fpt or ghec %}us through the [GitHub Support portal](https://support.github.com){% elsif ghes %}your site administrator{% endif %}
66

data/variables/enterprise.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ prodname_unified_search: 'unified search'
1616

1717
# Entra ID (previously known as Azure AD)
1818
ghes_azure_ad_app_link: '[GitHub Enterprise Server application](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.githubenterpriseserver)'
19-
ae_azure_ad_app_link: '[GitHub AE application](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.ghae)'

0 commit comments

Comments
 (0)