From 705db496eb4ff6b4249f86d623f8fb111874bec5 Mon Sep 17 00:00:00 2001 From: Matt Pollard Date: Wed, 14 Sep 2022 09:44:32 +0200 Subject: [PATCH] Remove lightweight feature flags for features with no concrete GitHub AE target (#30660) --- .../about-your-organizations-profile.md | 2 +- .../about-deployments/about-continuous-deployment.md | 2 +- .../deploying-to-amazon-elastic-container-service.md | 2 +- .../deploying-docker-to-azure-app-service.md | 2 +- .../deploying-java-to-azure-app-service.md | 2 +- .../deploying-net-to-azure-app-service.md | 2 +- .../deploying-nodejs-to-azure-app-service.md | 2 +- .../deploying-php-to-azure-app-service.md | 2 +- .../deploying-python-to-azure-app-service.md | 2 +- .../deploying-to-azure-kubernetes-service.md | 2 +- .../deploying-to-azure/deploying-to-azure-static-web-app.md | 2 +- .../deploying-to-google-kubernetes-engine.md | 2 +- .../about-security-hardening-with-openid-connect.md | 1 - .../configuring-openid-connect-in-amazon-web-services.md | 1 - .../configuring-openid-connect-in-azure.md | 1 - .../configuring-openid-connect-in-cloud-providers.md | 1 - .../configuring-openid-connect-in-google-cloud-platform.md | 1 - .../configuring-openid-connect-in-hashicorp-vault.md | 1 - .../deployment/security-hardening-your-deployments/index.md | 1 - content/actions/security-guides/encrypted-secrets.md | 2 +- .../security-hardening-for-github-actions.md | 4 ++-- .../about-github-actions-for-enterprises.md | 2 +- .../viewing-your-github-advanced-security-usage.md | 3 +-- .../working-with-advanced-formatting/attaching-files.md | 6 +++--- .../customizing-your-organizations-profile.md | 1 - data/features/container-hooks.yml | 1 - data/features/oidc-for-emu.yml | 1 - data/features/projects-v2.yml | 1 - 28 files changed, 20 insertions(+), 32 deletions(-) diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md index d4f9a223be..a2124b6092 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md +++ b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md @@ -16,7 +16,7 @@ topics: shortTitle: Organization's profile --- -You can optionally choose to add a description, location, website, and email address for your organization, and pin important repositories.{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-4749 %} You can customize your organization's public profile by adding a README.md file. For more information, see "[Customizing your organization's profile](/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile)."{% endif %} +You can optionally choose to add a description, location, website, and email address for your organization, and pin important repositories.{% ifversion fpt or ghec or ghes > 3.3 %} You can customize your organization's public profile by adding a README.md file. For more information, see "[Customizing your organization's profile](/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile)."{% endif %} {% ifversion fpt %} Organizations that use {% data variables.product.prodname_ghe_cloud %} can confirm their organization's identity and display a "Verified" badge on their organization's profile page by verifying the organization's domains with {% data variables.product.product_name %}. For more information, see "[Verifying or approving a domain for your organization](/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization)" in the {% data variables.product.prodname_ghe_cloud %} documenatation. diff --git a/content/actions/deployment/about-deployments/about-continuous-deployment.md b/content/actions/deployment/about-deployments/about-continuous-deployment.md index 166021e6a1..8d6cd2b121 100644 --- a/content/actions/deployment/about-deployments/about-continuous-deployment.md +++ b/content/actions/deployment/about-deployments/about-continuous-deployment.md @@ -31,7 +31,7 @@ You can configure your CD workflow to run when a {% data variables.product.produ {% data variables.product.prodname_actions %} provides features that give you more control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets. You can use concurrency to limit your CD pipeline to a maximum of one in-progress deployment and one pending deployment. For more information about these features, see "[Deploying with GitHub Actions](/actions/deployment/deploying-with-github-actions)" and "[Using environments for deployment](/actions/deployment/using-environments-for-deployment)." -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} ## Using OpenID Connect to access cloud resources diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service.md index 84cdd1d133..42292165d2 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service.md @@ -26,7 +26,7 @@ This guide explains how to use {% data variables.product.prodname_actions %} to On every new push to `main` in your {% data variables.product.company_short %} repository, the {% data variables.product.prodname_actions %} workflow builds and pushes a new container image to Amazon ECR, and then deploys a new task definition to Amazon ECS. -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md index d66f1f1042..c857ecebd0 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md @@ -21,7 +21,7 @@ topics: This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a Docker container to [Azure App Service](https://azure.microsoft.com/services/app-service/). -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md index b422a8616e..3f3c359899 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-java-to-azure-app-service.md @@ -20,7 +20,7 @@ topics: This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a Java project to [Azure App Service](https://azure.microsoft.com/services/app-service/). -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service.md index c73baa565f..b3729f828d 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-net-to-azure-app-service.md @@ -19,7 +19,7 @@ topics: This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a .NET project to [Azure App Service](https://azure.microsoft.com/services/app-service/). -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service.md index 62f375ae5f..a15fa91f0a 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-nodejs-to-azure-app-service.md @@ -25,7 +25,7 @@ topics: This guide explains how to use {% data variables.product.prodname_actions %} to build, test, and deploy a Node.js project to [Azure App Service](https://azure.microsoft.com/services/app-service/). -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service.md index 1d78d3472f..882844a780 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-php-to-azure-app-service.md @@ -19,7 +19,7 @@ topics: This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a PHP project to [Azure App Service](https://azure.microsoft.com/services/app-service/). -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service.md index f6df68d09d..a17a8efabe 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-python-to-azure-app-service.md @@ -20,7 +20,7 @@ topics: This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a Python project to [Azure App Service](https://azure.microsoft.com/services/app-service/). -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md index 11adc9d61f..99dbf66830 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md @@ -20,7 +20,7 @@ topics: This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a project to [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/). -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md index a095dc80db..6a267be0b2 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md @@ -20,7 +20,7 @@ topics: This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a web app to [Azure Static Web Apps](https://azure.microsoft.com/services/app-service/static/). -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md index 2670c978ea..1e2f09b304 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md @@ -26,7 +26,7 @@ This guide explains how to use {% data variables.product.prodname_actions %} to GKE is a managed Kubernetes cluster service from Google Cloud that can host your containerized workloads in the cloud or in your own datacenter. For more information, see [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine). -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md b/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md index aedfecf29d..d2bf29f6ab 100644 --- a/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md +++ b/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md @@ -5,7 +5,6 @@ intro: OpenID Connect allows your workflows to exchange short-lived tokens direc miniTocMaxHeadingLevel: 4 versions: fpt: '*' - ghae: issue-4856 ghec: '*' ghes: '>=3.5' type: tutorial diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md index b5b4be4216..05e4e4feee 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md @@ -5,7 +5,6 @@ intro: Use OpenID Connect within your workflows to authenticate with Amazon Web miniTocMaxHeadingLevel: 3 versions: fpt: '*' - ghae: issue-4856 ghec: '*' ghes: '>=3.5' type: tutorial diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md index 5d6b9f2cf3..1e7dcbffac 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md @@ -5,7 +5,6 @@ intro: Use OpenID Connect within your workflows to authenticate with Azure. miniTocMaxHeadingLevel: 3 versions: fpt: '*' - ghae: issue-4856 ghec: '*' ghes: '>=3.5' type: tutorial diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md index 4dab01928f..a19984884c 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md @@ -5,7 +5,6 @@ intro: Use OpenID Connect within your workflows to authenticate with cloud provi miniTocMaxHeadingLevel: 3 versions: fpt: '*' - ghae: issue-4856 ghec: '*' ghes: '>=3.5' type: tutorial diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md index c15e374f25..90459b1519 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md @@ -5,7 +5,6 @@ intro: Use OpenID Connect within your workflows to authenticate with Google Clou miniTocMaxHeadingLevel: 3 versions: fpt: '*' - ghae: issue-4856 ghec: '*' ghes: '>=3.5' type: tutorial diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md index fbcb0c2c53..c32e7dc1d5 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md @@ -5,7 +5,6 @@ intro: Use OpenID Connect within your workflows to authenticate with HashiCorp V miniTocMaxHeadingLevel: 3 versions: fpt: '*' - ghae: issue-4856 ghec: '*' ghes: '>=3.5' type: tutorial diff --git a/content/actions/deployment/security-hardening-your-deployments/index.md b/content/actions/deployment/security-hardening-your-deployments/index.md index 51b8975f59..f6a8748a63 100644 --- a/content/actions/deployment/security-hardening-your-deployments/index.md +++ b/content/actions/deployment/security-hardening-your-deployments/index.md @@ -4,7 +4,6 @@ shortTitle: Security hardening your deployments intro: Use OpenID Connect within your workflows to authenticate with your cloud provider. versions: fpt: '*' - ghae: issue-4856 ghec: '*' ghes: '>=3.5' children: diff --git a/content/actions/security-guides/encrypted-secrets.md b/content/actions/security-guides/encrypted-secrets.md index e76eb90e5f..9a60fda43d 100644 --- a/content/actions/security-guides/encrypted-secrets.md +++ b/content/actions/security-guides/encrypted-secrets.md @@ -26,7 +26,7 @@ Secrets are encrypted environment variables that you create in an organization, For secrets stored at the environment level, you can enable required reviewers to control access to the secrets. A workflow job cannot access environment secrets until approval is granted by required approvers. -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} {% note %} diff --git a/content/actions/security-guides/security-hardening-for-github-actions.md b/content/actions/security-guides/security-hardening-for-github-actions.md index 5e13d3f0dd..8a0ca7a1ba 100644 --- a/content/actions/security-guides/security-hardening-for-github-actions.md +++ b/content/actions/security-guides/security-hardening-for-github-actions.md @@ -159,7 +159,7 @@ For more information, see "[About {% data variables.product.prodname_code_scanni To help mitigate the risk of an exposed token, consider restricting the assigned permissions. For more information, see "[Modifying the permissions for the GITHUB_TOKEN](/actions/reference/authentication-in-a-workflow#modifying-the-permissions-for-the-github_token)." -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} ## Using OpenID Connect to access cloud resources @@ -297,7 +297,7 @@ A self-hosted runner can be added to various levels in your {% data variables.pr - If each team will manage their own self-hosted runners, then the recommendation is to add the runners at the highest level of team ownership. For example, if each team owns their own organization, then it will be simplest if the runners are added at the organization level too. - You could also add runners at the repository level, but this will add management overhead and also increases the numbers of runners you need, since you cannot share runners between repositories. -{% ifversion fpt or ghec or ghae-issue-4856 or ghes > 3.4 %} +{% ifversion fpt or ghec or ghes > 3.4 %} ### Authenticating to your cloud provider If you are using {% data variables.product.prodname_actions %} to deploy to a cloud provider, or intend to use HashiCorp Vault for secret management, then its recommended that you consider using OpenID Connect to create short-lived, well-scoped access tokens for your workflow runs. For more information, see "[About security hardening with OpenID Connect](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)." diff --git a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md index 4e7870ca72..53143aafdb 100644 --- a/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md +++ b/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md @@ -39,7 +39,7 @@ You can create your own unique automations, or you can use and adapt workflows f {% ifversion ghec %}You can enjoy the convenience of {% data variables.product.company_short %}-hosted runners, which are maintained and upgraded by {% data variables.product.company_short %}, or you{% else %}You{% endif %} can control your own private CI/CD infrastructure by using self-hosted runners. Self-hosted runners allow you to determine the exact environment and resources that complete your builds, testing, and deployments, without exposing your software development cycle to the internet. For more information, see {% ifversion ghec %}"[About {% data variables.product.company_short %}-hosted runners](/actions/using-github-hosted-runners/about-github-hosted-runners)" and{% endif %} "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners)." -{% data variables.product.prodname_actions %} provides greater control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets.{% ifversion ghec or ghae-issue-4856 or ghes > 3.4 %} If your workflows need to access resources from a cloud provider that supports OpenID Connect (OIDC), you can configure your workflows to authenticate directly to the cloud provider. OIDC provides security benefits such as eliminating the need to store credentials as long-lived secrets. For more information, see "[About security hardening with OpenID Connect](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)."{% endif %} +{% data variables.product.prodname_actions %} provides greater control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets.{% ifversion ghec or ghes > 3.4 %} If your workflows need to access resources from a cloud provider that supports OpenID Connect (OIDC), you can configure your workflows to authenticate directly to the cloud provider. OIDC provides security benefits such as eliminating the need to store credentials as long-lived secrets. For more information, see "[About security hardening with OpenID Connect](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)."{% endif %} {% data variables.product.prodname_actions %} also includes tools to govern your enterprise's software development cycle and meet compliance obligations. For more information, see "[Enforcing policies for {% data variables.product.prodname_actions %} in your enterprise](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise)." diff --git a/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md b/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md index 515ea3d9a1..4e5d9b7094 100644 --- a/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md +++ b/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md @@ -12,7 +12,6 @@ redirect_from: versions: ghes: '*' ghec: '*' - ghae: issue-5378 miniTocMaxHeadingLevel: 3 type: how_to topics: @@ -67,7 +66,7 @@ You can check how many seats your license includes and how many of them are curr {% endif %} -{% ifversion ghec or ghes > 3.3 or ghae-issue-5378 %} +{% ifversion ghec or ghes > 3.3 %} ## Downloading {% data variables.product.prodname_GH_advanced_security %} license usage information diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md index ad972bcb42..9e3f76ad76 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md @@ -31,7 +31,7 @@ To attach a file to an issue or pull request conversation, drag and drop it into The maximum file size is: - 10MB for images and gifs{% ifversion fpt or ghec %} - 10MB for videos uploaded to a repository owned by a user or organization on a free GitHub plan -- 100MB for videos uploaded to a repository owned by a user or organization on a paid GitHub plan{% elsif ghes or ghae-issue-7575 %} +- 100MB for videos uploaded to a repository owned by a user or organization on a paid GitHub plan{% elsif ghes %} - 100MB for videos{% endif %} - 25MB for all other files @@ -47,10 +47,10 @@ We support these files: * Microsoft Word (*.docx*), Powerpoint (*.pptx*), and Excel (*.xlsx*) documents * Text files (*.txt*) * PDFs (*.pdf*) -* ZIP (*.zip*, *.gz*){% ifversion fpt or ghec or ghes or ghae-issue-7575 %} +* ZIP (*.zip*, *.gz*){% ifversion fpt or ghec or ghes %} * Video (*.mp4*, *.mov*){% endif %} -{% ifversion fpt or ghec or ghes or ghae-issue-7575 %}{% note %} +{% ifversion fpt or ghec or ghes %}{% note %} **Note:** Video codec compatibility is browser specific, and it's possible that a video you upload to one browser is not viewable on another browser. At the moment we recommend using h.264 for greatest compatibility. diff --git a/content/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile.md b/content/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile.md index e44ccf7d82..aede8bd1ca 100644 --- a/content/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile.md +++ b/content/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile.md @@ -5,7 +5,6 @@ versions: fpt: '*' ghec: '*' ghes: '>3.3' - ghae: issue-4749 topics: - Organizations shortTitle: Customize organization profile diff --git a/data/features/container-hooks.yml b/data/features/container-hooks.yml index ce41466721..687555f7e4 100644 --- a/data/features/container-hooks.yml +++ b/data/features/container-hooks.yml @@ -3,4 +3,3 @@ versions: fpt: '*' ghec: '*' - ghae: 'issue-7070' diff --git a/data/features/oidc-for-emu.yml b/data/features/oidc-for-emu.yml index 3d999160e8..31b2b35b45 100644 --- a/data/features/oidc-for-emu.yml +++ b/data/features/oidc-for-emu.yml @@ -2,4 +2,3 @@ # OIDC/CAP for Enterprise Managed Users versions: ghec: '*' - ghae: 'issue-6495' diff --git a/data/features/projects-v2.yml b/data/features/projects-v2.yml index 54ea4f28ad..6a7b52e069 100644 --- a/data/features/projects-v2.yml +++ b/data/features/projects-v2.yml @@ -3,4 +3,3 @@ versions: fpt: '*' ghec: '*' - ghae: 'issue-6980'