From 511ba251adc8bbfad8531ba40ba22d42fb34d362 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 12 Jun 2024 07:29:03 -0400 Subject: [PATCH] Remove ifversion 'actions-starter-template-ui' feature (#51122) --- .../automating-builds-and-tests/building-and-testing-go.md | 4 ++-- .../building-and-testing-java-with-ant.md | 4 ++-- .../building-and-testing-java-with-gradle.md | 4 ++-- .../building-and-testing-java-with-maven.md | 4 ++-- .../automating-builds-and-tests/building-and-testing-net.md | 6 +++--- .../building-and-testing-nodejs.md | 4 ++-- .../building-and-testing-python.md | 4 ++-- .../building-and-testing-ruby.md | 6 +++--- .../building-and-testing-swift.md | 6 +++--- .../actions/learn-github-actions/using-starter-workflows.md | 6 +++--- 10 files changed, 24 insertions(+), 24 deletions(-) diff --git a/content/actions/automating-builds-and-tests/building-and-testing-go.md b/content/actions/automating-builds-and-tests/building-and-testing-go.md index 96ef8ea78052..e7999e1d3993 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-go.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-go.md @@ -34,9 +34,9 @@ We recommend that you have a basic understanding of the Go language. For more in {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "go". +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "go". 1. Filter the selection of workflows by clicking **Continuous integration**. -1. On the "Go - by {% data variables.product.prodname_actions %}" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}. +1. On the "Go - by {% data variables.product.prodname_actions %}" workflow, click **Configure**. ![Screenshot of the "Choose a workflow" page. The "Configure" button on the "Go" workflow is highlighted with an orange outline.](/assets/images/help/actions/starter-workflow-go.png) diff --git a/content/actions/automating-builds-and-tests/building-and-testing-java-with-ant.md b/content/actions/automating-builds-and-tests/building-and-testing-java-with-ant.md index addee74c791b..dcc3f351e891 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-java-with-ant.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-java-with-ant.md @@ -43,8 +43,8 @@ We recommend that you have a basic understanding of Java and the Ant framework. {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Java with Ant". -1. On the "Java with Ant" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}. +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Java with Ant". +1. On the "Java with Ant" workflow, click **Configure**. {%- ifversion ghes %} diff --git a/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md b/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md index 72307277c338..73dea1ae39b6 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-java-with-gradle.md @@ -43,8 +43,8 @@ We recommend that you have a basic understanding of Java and the Gradle framewor {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Java with Gradle". -1. On the "Java with Gradle" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}. +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Java with Gradle". +1. On the "Java with Gradle" workflow, click **Configure**. {%- ifversion ghes %} diff --git a/content/actions/automating-builds-and-tests/building-and-testing-java-with-maven.md b/content/actions/automating-builds-and-tests/building-and-testing-java-with-maven.md index 758d5c5fd4ce..aaaa5c8312f1 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-java-with-maven.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-java-with-maven.md @@ -43,8 +43,8 @@ We recommend that you have a basic understanding of Java and the Maven framework {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Java with Maven". -1. On the "Java with Maven" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}. +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Java with Maven". +1. On the "Java with Maven" workflow, click **Configure**. {%- ifversion ghes %} diff --git a/content/actions/automating-builds-and-tests/building-and-testing-net.md b/content/actions/automating-builds-and-tests/building-and-testing-net.md index e0561112a628..10d9fcf9be37 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-net.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-net.md @@ -9,7 +9,7 @@ versions: ghec: '*' shortTitle: Build & test .NET --- - + {% data reusables.actions.enterprise-github-hosted-runners %} ## Introduction @@ -33,8 +33,8 @@ We recommend that you have a basic understanding of the .NET Core SDK. For more {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "dotnet". -1. On the ".NET" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}. +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "dotnet". +1. On the ".NET" workflow, click **Configure**. {%- ifversion ghes %} diff --git a/content/actions/automating-builds-and-tests/building-and-testing-nodejs.md b/content/actions/automating-builds-and-tests/building-and-testing-nodejs.md index 91ed756363a4..9902956fc77f 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-nodejs.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-nodejs.md @@ -41,9 +41,9 @@ We recommend that you have a basic understanding of Node.js, YAML, workflow conf {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Node.js". +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Node.js". 1. Filter the selection of workflows by clicking **Continuous integration**. -1. On the "Node.js" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}. +1. On the "Node.js" workflow, click **Configure**. {%- ifversion ghes %} diff --git a/content/actions/automating-builds-and-tests/building-and-testing-python.md b/content/actions/automating-builds-and-tests/building-and-testing-python.md index 4940ec1376bd..49cab7d32ae7 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-python.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-python.md @@ -44,8 +44,8 @@ We recommend that you have a basic understanding of Python, and pip. For more in {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "Python application". -1. On the "Python application" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}. +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "Python application". +1. On the "Python application" workflow, click **Configure**. {%- ifversion ghes %} diff --git a/content/actions/automating-builds-and-tests/building-and-testing-ruby.md b/content/actions/automating-builds-and-tests/building-and-testing-ruby.md index 1510f992873d..0c7048c1b5e5 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-ruby.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-ruby.md @@ -13,7 +13,7 @@ topics: - Ruby shortTitle: Build & test Ruby --- - + {% data reusables.actions.enterprise-github-hosted-runners %} ## Introduction @@ -36,9 +36,9 @@ We recommend that you have a basic understanding of Ruby, YAML, workflow configu {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "ruby". +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "ruby". 1. Filter the selection of workflows by clicking **Continuous integration**. -1. On the "Ruby" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}. +1. On the "Ruby" workflow, click **Configure**. {%- ifversion ghes %} diff --git a/content/actions/automating-builds-and-tests/building-and-testing-swift.md b/content/actions/automating-builds-and-tests/building-and-testing-swift.md index 062984dff0c1..430856a7b830 100644 --- a/content/actions/automating-builds-and-tests/building-and-testing-swift.md +++ b/content/actions/automating-builds-and-tests/building-and-testing-swift.md @@ -13,7 +13,7 @@ topics: - Swift shortTitle: Build & test Swift --- - + {% data reusables.actions.enterprise-github-hosted-runners %} ## Introduction @@ -37,9 +37,9 @@ We recommend that you have a basic understanding of Swift packages. For more inf {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Search for "swift". +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Search for "swift". 1. Filter the selection of workflows by clicking **Continuous integration**. -1. On the "Swift" workflow, click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}. +1. On the "Swift" workflow, click **Configure**. {%- ifversion ghes %} diff --git a/content/actions/learn-github-actions/using-starter-workflows.md b/content/actions/learn-github-actions/using-starter-workflows.md index 78fe02104af4..8325cd7fea2a 100644 --- a/content/actions/learn-github-actions/using-starter-workflows.md +++ b/content/actions/learn-github-actions/using-starter-workflows.md @@ -20,14 +20,14 @@ topics: - CI - CD --- - + {% data reusables.actions.enterprise-github-hosted-runners %} ## About starter workflows Starter workflows are templates that help you to create your own {% data variables.product.prodname_actions %} workflows for a repository. They offer an alternative to starting from a blank workflow file and are useful because some of the work will already have been done for you. -{% data variables.product.product_name %} offers starter workflows for a variety of languages and tooling. When you set up workflows in your repository, {% data variables.product.product_name %} analyzes the code in your repository and recommends workflows based on the language and framework in your repository. For example, if you use Node.js, {% data variables.product.product_name %} will suggest a starter workflow file that installs your Node.js packages and runs your tests.{% ifversion actions-starter-template-ui %} You can search and filter to find relevant starter workflows.{% endif %} +{% data variables.product.product_name %} offers starter workflows for a variety of languages and tooling. When you set up workflows in your repository, {% data variables.product.product_name %} analyzes the code in your repository and recommends workflows based on the language and framework in your repository. For example, if you use Node.js, {% data variables.product.product_name %} will suggest a starter workflow file that installs your Node.js packages and runs your tests. You can search and filter to find relevant starter workflows. {% data reusables.actions.starter-workflow-categories %} @@ -38,7 +38,7 @@ You can also create your own starter workflow to share with your organization. T {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.actions-tab %} {% data reusables.actions.new-starter-workflow %} -1. The "{% ifversion actions-starter-template-ui %}Choose a workflow{% else %}Choose a workflow template{% endif %}" page shows a selection of recommended starter workflows. Find the starter workflow that you want to use, then click {% ifversion actions-starter-template-ui %}**Configure**{% else %}**Set up this workflow**{% endif %}.{% ifversion actions-starter-template-ui %} To help you find the starter workflow that you want, you can search for keywords or filter by category.{% endif %} +1. The "Choose a workflow" page shows a selection of recommended starter workflows. Find the starter workflow that you want to use, then click **Configure**. To help you find the starter workflow that you want, you can search for keywords or filter by category. 1. If the starter workflow contains comments detailing additional setup steps, follow these steps. There are guides to accompany many of the starter workflows for building and testing projects. For more information, see "[AUTOTITLE](/actions/automating-builds-and-tests)."