From a99e5cb5abfcaabcf084651eddb14317b7f362c3 Mon Sep 17 00:00:00 2001 From: Justin Alex <1155821+jusuchin85@users.noreply.github.com> Date: Sat, 26 Jul 2025 07:28:46 +1000 Subject: [PATCH 1/2] [Improvement]: Include a Section on Resetting Password for the Root user to Access the Management Console (#56823) Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> --- .../unlocking-management-console-with-shell.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/reusables/enterprise_management_console/unlocking-management-console-with-shell.md b/data/reusables/enterprise_management_console/unlocking-management-console-with-shell.md index fed3a416b2c9..8965f383448c 100644 --- a/data/reusables/enterprise_management_console/unlocking-management-console-with-shell.md +++ b/data/reusables/enterprise_management_console/unlocking-management-console-with-shell.md @@ -1 +1,3 @@ If the root site administrator's {% data variables.enterprise.management_console %} login is locked, someone with administrative SSH access must unlock the login. To immediately unlock access to the {% data variables.enterprise.management_console %} by the root site administrator, use the `ghe-reactivate-admin-login` command via the administrative shell. For more information, see [AUTOTITLE](/admin/configuration/configuring-your-enterprise/command-line-utilities#ghe-reactivate-admin-login) and [AUTOTITLE](/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh). + +If you forgot the root site administrator's password to access the {% data variables.enterprise.management_console %}, you can set a new password with the `ghe-set-password` command via the administrative shell. For more information, see [AUTOTITLE](/admin/configuration/configuring-your-enterprise/command-line-utilities#ghe-set-password) and [AUTOTITLE](/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh). From 95e1a9eb08c06d12b293ba2c1761bf48b019f4b0 Mon Sep 17 00:00:00 2001 From: Sam Browning <106113886+sabrowning1@users.noreply.github.com> Date: Fri, 25 Jul 2025 17:52:35 -0400 Subject: [PATCH 2/2] EDI-ify "Tutorials" in the Actions docs (#56848) Co-authored-by: Wechuli Co-authored-by: John Clement <70238417+jclement136@users.noreply.github.com> --- .../control-deployments.md} | 3 ++- .../configure-and-manage-deployments/index.md | 1 + content/actions/index.md | 4 +-- ...s.md => authenticate-with-github_token.md} | 5 ++-- .../{building-and-testing-go.md => go.md} | 1 + .../tutorials/build-and-test-code/index.md | 25 ++++++++++--------- ...ting-java-with-ant.md => java-with-ant.md} | 1 + ...ava-with-gradle.md => java-with-gradle.md} | 1 + ...-java-with-maven.md => java-with-maven.md} | 1 + .../{building-and-testing-net.md => net.md} | 1 + ...ilding-and-testing-nodejs.md => nodejs.md} | 1 + ...nd-testing-powershell.md => powershell.md} | 1 + ...ilding-and-testing-python.md => python.md} | 1 + .../{building-and-testing-ruby.md => ruby.md} | 1 + .../{building-and-testing-rust.md => rust.md} | 1 + ...building-and-testing-swift.md => swift.md} | 1 + ...amarin-applications.md => xamarin-apps.md} | 1 + .../create-a-composite-action.md} | 1 + .../create-a-javascript-action.md} | 1 + .../actions/tutorials/create-actions/index.md | 11 ++++++++ ...kflow.md => create-an-example-workflow.md} | 1 + content/actions/tutorials/index.md | 19 ++++++-------- .../add-comments-with-labels.md} | 3 ++- .../add-labels-to-issues.md} | 5 ++-- .../close-inactive-issues.md} | 1 + .../index.md | 14 +++++------ .../schedule-issue-creation.md} | 1 + .../azure-devops-migration.md} | 1 + .../automated-migrations/bamboo-migration.md} | 1 + .../bitbucket-pipelines-migration.md} | 1 + .../circleci-migration.md} | 1 + .../automated-migrations/gitlab-migration.md} | 1 + .../automated-migrations}/index.md | 18 ++++++------- .../jenkins-migration.md} | 1 + .../travis-ci-migration.md} | 1 + .../use-github-actions-importer.md} | 3 ++- .../index.md | 5 ++-- .../manual-migrations}/index.md | 12 ++++----- .../migrate-from-azure-pipelines.md} | 3 ++- .../migrate-from-circleci.md} | 1 + .../migrate-from-gitlab-cicd.md} | 1 + .../migrate-from-jenkins.md} | 1 + .../migrate-from-travis-ci.md} | 1 + .../index.md | 9 ++++--- .../publish-docker-images.md} | 1 + .../publish-java-packages-with-gradle.md} | 3 ++- .../publish-java-packages-with-maven.md} | 3 ++- .../publish-nodejs-packages.md} | 3 ++- .../authenticate-to-the-api.md} | 3 ++- .../deploy-runner-scale-sets.md} | 3 ++- .../index.md | 16 ++++++------ .../quickstart.md} | 1 + .../troubleshoot.md} | 1 + .../use-arc-in-a-workflow.md} | 3 ++- .../create-a-docker-container-action.md} | 1 + .../create-postgresql-service-containers.md} | 3 ++- .../create-redis-service-containers.md} | 3 ++- .../index.md | 11 ++++---- .../use-docker-service-containers.md} | 6 +++-- content/migrations/index.md | 3 +-- 60 files changed, 146 insertions(+), 86 deletions(-) rename content/actions/{tutorials/deploying-with-github-actions.md => how-tos/deploy/configure-and-manage-deployments/control-deployments.md} (99%) rename content/actions/tutorials/{use-github_token-in-workflows.md => authenticate-with-github_token.md} (97%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-go.md => go.md} (99%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-java-with-ant.md => java-with-ant.md} (98%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-java-with-gradle.md => java-with-gradle.md} (98%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-java-with-maven.md => java-with-maven.md} (98%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-net.md => net.md} (99%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-nodejs.md => nodejs.md} (99%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-powershell.md => powershell.md} (99%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-python.md => python.md} (99%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-ruby.md => ruby.md} (99%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-rust.md => rust.md} (99%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-swift.md => swift.md} (98%) rename content/actions/tutorials/build-and-test-code/{building-and-testing-xamarin-applications.md => xamarin-apps.md} (98%) rename content/actions/tutorials/{creating-a-composite-action.md => create-actions/create-a-composite-action.md} (99%) rename content/actions/tutorials/{creating-a-javascript-action.md => create-actions/create-a-javascript-action.md} (99%) create mode 100644 content/actions/tutorials/create-actions/index.md rename content/actions/tutorials/{creating-an-example-workflow.md => create-an-example-workflow.md} (94%) rename content/actions/tutorials/{project-management/commenting-on-an-issue-when-a-label-is-added.md => manage-your-work/add-comments-with-labels.md} (97%) rename content/actions/tutorials/{project-management/adding-labels-to-issues.md => manage-your-work/add-labels-to-issues.md} (98%) rename content/actions/tutorials/{project-management/closing-inactive-issues.md => manage-your-work/close-inactive-issues.md} (98%) rename content/actions/tutorials/{project-management => manage-your-work}/index.md (73%) rename content/actions/tutorials/{project-management/scheduling-issue-creation.md => manage-your-work/schedule-issue-creation.md} (98%) rename content/actions/tutorials/{migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md => migrate-to-github-actions/automated-migrations/azure-devops-migration.md} (99%) rename content/actions/tutorials/{migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md => migrate-to-github-actions/automated-migrations/bamboo-migration.md} (99%) rename content/actions/tutorials/{migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md => migrate-to-github-actions/automated-migrations/bitbucket-pipelines-migration.md} (99%) rename content/actions/tutorials/{migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md => migrate-to-github-actions/automated-migrations/circleci-migration.md} (99%) rename content/actions/tutorials/{migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md => migrate-to-github-actions/automated-migrations/gitlab-migration.md} (99%) rename content/actions/tutorials/{migrating-to-github-actions/using-github-actions-importer-to-automate-migrations => migrate-to-github-actions/automated-migrations}/index.md (56%) rename content/actions/tutorials/{migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md => migrate-to-github-actions/automated-migrations/jenkins-migration.md} (99%) rename content/actions/tutorials/{migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md => migrate-to-github-actions/automated-migrations/travis-ci-migration.md} (99%) rename content/actions/tutorials/{migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md => migrate-to-github-actions/automated-migrations/use-github-actions-importer.md} (97%) rename content/actions/tutorials/{migrating-to-github-actions => migrate-to-github-actions}/index.md (80%) rename content/actions/tutorials/{migrating-to-github-actions/manually-migrating-to-github-actions => migrate-to-github-actions/manual-migrations}/index.md (66%) rename content/actions/tutorials/{migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md => migrate-to-github-actions/manual-migrations/migrate-from-azure-pipelines.md} (98%) rename content/actions/tutorials/{migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md => migrate-to-github-actions/manual-migrations/migrate-from-circleci.md} (99%) rename content/actions/tutorials/{migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md => migrate-to-github-actions/manual-migrations/migrate-from-gitlab-cicd.md} (98%) rename content/actions/tutorials/{migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md => migrate-to-github-actions/manual-migrations/migrate-from-jenkins.md} (98%) rename content/actions/tutorials/{migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md => migrate-to-github-actions/manual-migrations/migrate-from-travis-ci.md} (99%) rename content/actions/tutorials/{publishing-packages => publish-packages}/index.md (71%) rename content/actions/tutorials/{publishing-packages/publishing-docker-images.md => publish-packages/publish-docker-images.md} (99%) rename content/actions/tutorials/{publishing-packages/publishing-java-packages-with-gradle.md => publish-packages/publish-java-packages-with-gradle.md} (98%) rename content/actions/tutorials/{publishing-packages/publishing-java-packages-with-maven.md => publish-packages/publish-java-packages-with-maven.md} (98%) rename content/actions/tutorials/{publishing-packages/publishing-nodejs-packages.md => publish-packages/publish-nodejs-packages.md} (98%) rename content/actions/tutorials/{actions-runner-controller/authenticating-arc-to-the-github-api.md => use-actions-runner-controller/authenticate-to-the-api.md} (98%) rename content/actions/tutorials/{actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md => use-actions-runner-controller/deploy-runner-scale-sets.md} (99%) rename content/actions/tutorials/{actions-runner-controller => use-actions-runner-controller}/index.md (54%) rename content/actions/tutorials/{actions-runner-controller/quickstart-for-actions-runner-controller.md => use-actions-runner-controller/quickstart.md} (99%) rename content/actions/tutorials/{actions-runner-controller/troubleshooting-actions-runner-controller-errors.md => use-actions-runner-controller/troubleshoot.md} (98%) rename content/actions/tutorials/{actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow.md => use-actions-runner-controller/use-arc-in-a-workflow.md} (94%) rename content/actions/tutorials/{using-containerized-services/creating-a-docker-container-action.md => use-containerized-services/create-a-docker-container-action.md} (99%) rename content/actions/tutorials/{using-containerized-services/creating-postgresql-service-containers.md => use-containerized-services/create-postgresql-service-containers.md} (99%) rename content/actions/tutorials/{using-containerized-services/creating-redis-service-containers.md => use-containerized-services/create-redis-service-containers.md} (99%) rename content/actions/tutorials/{using-containerized-services => use-containerized-services}/index.md (72%) rename content/actions/tutorials/{communicating-with-docker-service-containers.md => use-containerized-services/use-docker-service-containers.md} (95%) diff --git a/content/actions/tutorials/deploying-with-github-actions.md b/content/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments.md similarity index 99% rename from content/actions/tutorials/deploying-with-github-actions.md rename to content/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments.md index 08f145422dda..911bf54a87c9 100644 --- a/content/actions/tutorials/deploying-with-github-actions.md +++ b/content/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments.md @@ -1,6 +1,6 @@ --- title: Deploying with GitHub Actions -shortTitle: Controlling deployments +shortTitle: Control deployments intro: Learn how to control deployments with features like environments and concurrency. versions: fpt: '*' @@ -12,6 +12,7 @@ redirect_from: - /actions/deployment/about-deployments/deploying-with-github-actions - /actions/use-cases-and-examples/deploying/deploying-with-github-actions - /actions/concepts/use-cases/deploying-with-github-actions + - /actions/tutorials/deploying-with-github-actions topics: - CD - Deployment diff --git a/content/actions/how-tos/deploy/configure-and-manage-deployments/index.md b/content/actions/how-tos/deploy/configure-and-manage-deployments/index.md index c3cc99acccd0..7652fd531827 100644 --- a/content/actions/how-tos/deploy/configure-and-manage-deployments/index.md +++ b/content/actions/how-tos/deploy/configure-and-manage-deployments/index.md @@ -12,6 +12,7 @@ versions: ghes: '*' ghec: '*' children: + - /control-deployments - /view-deployment-history - /manage-environments - /review-deployments diff --git a/content/actions/index.md b/content/actions/index.md index 9da8fd7801be..d9f1443b7051 100644 --- a/content/actions/index.md +++ b/content/actions/index.md @@ -13,8 +13,8 @@ featuredLinks: - /packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions guideCards: - /actions/how-tos/write-workflows/use-workflow-templates - - /actions/tutorials/publishing-packages/publishing-nodejs-packages - - /actions/tutorials/build-and-test-code/building-and-testing-powershell + - /actions/tutorials/publish-packages/publish-nodejs-packages + - /actions/tutorials/build-and-test-code/powershell popular: - /actions/reference/workflows-and-actions/workflow-syntax - /actions/how-tos/write-workflows diff --git a/content/actions/tutorials/use-github_token-in-workflows.md b/content/actions/tutorials/authenticate-with-github_token.md similarity index 97% rename from content/actions/tutorials/use-github_token-in-workflows.md rename to content/actions/tutorials/authenticate-with-github_token.md index 052890d5d6bd..45132fdfee23 100644 --- a/content/actions/tutorials/use-github_token-in-workflows.md +++ b/content/actions/tutorials/authenticate-with-github_token.md @@ -1,5 +1,5 @@ --- -title: Use GITHUB_TOKEN in workflows +title: Use GITHUB_TOKEN for authentication in workflows intro: 'Learn how to use the `GITHUB_TOKEN` to authenticate on behalf of {% data variables.product.prodname_actions %}.' redirect_from: - /github/automating-your-workflow-with-github-actions/authenticating-with-the-github_token @@ -15,11 +15,12 @@ redirect_from: - /actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github-token - /actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token - /actions/how-tos/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token + - /actions/tutorials/use-github_token-in-workflows versions: fpt: '*' ghes: '*' ghec: '*' -shortTitle: Use GITHUB_TOKEN +shortTitle: Authenticate with GITHUB_TOKEN --- This tutorial leads you through how to use the `GITHUB_TOKEN` for authentication in {% data variables.product.prodname_actions %} workflows, including examples for passing the token to actions, making API requests, and configuring permissions for secure automation. diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-go.md b/content/actions/tutorials/build-and-test-code/go.md similarity index 99% rename from content/actions/tutorials/build-and-test-code/building-and-testing-go.md rename to content/actions/tutorials/build-and-test-code/go.md index b47b987803be..43ba659e30bd 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-go.md +++ b/content/actions/tutorials/build-and-test-code/go.md @@ -13,6 +13,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-go - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-go - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-go + - /actions/tutorials/build-and-test-code/building-and-testing-go --- {% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/content/actions/tutorials/build-and-test-code/index.md b/content/actions/tutorials/build-and-test-code/index.md index 654e305540b6..f7591938db17 100644 --- a/content/actions/tutorials/build-and-test-code/index.md +++ b/content/actions/tutorials/build-and-test-code/index.md @@ -21,16 +21,17 @@ redirect_from: - /actions/how-tos/use-cases-and-examples/building-and-testing - /actions/how-tos/writing-workflows/building-and-testing children: - - /building-and-testing-go - - /building-and-testing-java-with-ant - - /building-and-testing-java-with-gradle - - /building-and-testing-java-with-maven - - /building-and-testing-net - - /building-and-testing-nodejs - - /building-and-testing-powershell - - /building-and-testing-python - - /building-and-testing-ruby - - /building-and-testing-rust - - /building-and-testing-swift - - /building-and-testing-xamarin-applications + - /go + - /java-with-ant + - /java-with-gradle + - /java-with-maven + - /net + - /nodejs + - /powershell + - /python + - /ruby + - /rust + - /swift + - /xamarin-apps --- + diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-java-with-ant.md b/content/actions/tutorials/build-and-test-code/java-with-ant.md similarity index 98% rename from content/actions/tutorials/build-and-test-code/building-and-testing-java-with-ant.md rename to content/actions/tutorials/build-and-test-code/java-with-ant.md index de39a74787ed..4a3f42e52c3e 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-java-with-ant.md +++ b/content/actions/tutorials/build-and-test-code/java-with-ant.md @@ -7,6 +7,7 @@ redirect_from: - /actions/automating-builds-and-tests/building-and-testing-java-with-ant - /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-ant - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-java-with-ant + - /actions/tutorials/build-and-test-code/building-and-testing-java-with-ant versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-java-with-gradle.md b/content/actions/tutorials/build-and-test-code/java-with-gradle.md similarity index 98% rename from content/actions/tutorials/build-and-test-code/building-and-testing-java-with-gradle.md rename to content/actions/tutorials/build-and-test-code/java-with-gradle.md index 02151268dfde..9386a3e8f015 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-java-with-gradle.md +++ b/content/actions/tutorials/build-and-test-code/java-with-gradle.md @@ -8,6 +8,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-java-with-gradle - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-java-with-gradle + - /actions/tutorials/build-and-test-code/building-and-testing-java-with-gradle versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-java-with-maven.md b/content/actions/tutorials/build-and-test-code/java-with-maven.md similarity index 98% rename from content/actions/tutorials/build-and-test-code/building-and-testing-java-with-maven.md rename to content/actions/tutorials/build-and-test-code/java-with-maven.md index 3bb1d249bd1d..0945c63e1450 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-java-with-maven.md +++ b/content/actions/tutorials/build-and-test-code/java-with-maven.md @@ -8,6 +8,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-java-with-maven + - /actions/tutorials/build-and-test-code/building-and-testing-java-with-maven versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-net.md b/content/actions/tutorials/build-and-test-code/net.md similarity index 99% rename from content/actions/tutorials/build-and-test-code/building-and-testing-net.md rename to content/actions/tutorials/build-and-test-code/net.md index 0a1a13b54116..e6543c990003 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-net.md +++ b/content/actions/tutorials/build-and-test-code/net.md @@ -7,6 +7,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-net - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-net - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-net + - /actions/tutorials/build-and-test-code/building-and-testing-net versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-nodejs.md b/content/actions/tutorials/build-and-test-code/nodejs.md similarity index 99% rename from content/actions/tutorials/build-and-test-code/building-and-testing-nodejs.md rename to content/actions/tutorials/build-and-test-code/nodejs.md index f1242bb8357c..8070b3a67dc5 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-nodejs.md +++ b/content/actions/tutorials/build-and-test-code/nodejs.md @@ -9,6 +9,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-nodejs - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-nodejs + - /actions/tutorials/build-and-test-code/building-and-testing-nodejs versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-powershell.md b/content/actions/tutorials/build-and-test-code/powershell.md similarity index 99% rename from content/actions/tutorials/build-and-test-code/building-and-testing-powershell.md rename to content/actions/tutorials/build-and-test-code/powershell.md index 6ef151525707..e3ce92f181ba 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-powershell.md +++ b/content/actions/tutorials/build-and-test-code/powershell.md @@ -7,6 +7,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-powershell - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-powershell - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-powershell + - /actions/tutorials/build-and-test-code/building-and-testing-powershell versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-python.md b/content/actions/tutorials/build-and-test-code/python.md similarity index 99% rename from content/actions/tutorials/build-and-test-code/building-and-testing-python.md rename to content/actions/tutorials/build-and-test-code/python.md index 35e4e3e5f30a..a1316aea180c 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-python.md +++ b/content/actions/tutorials/build-and-test-code/python.md @@ -9,6 +9,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-python - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-python - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-python + - /actions/tutorials/build-and-test-code/building-and-testing-python versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-ruby.md b/content/actions/tutorials/build-and-test-code/ruby.md similarity index 99% rename from content/actions/tutorials/build-and-test-code/building-and-testing-ruby.md rename to content/actions/tutorials/build-and-test-code/ruby.md index 5cc530801418..614e07723882 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-ruby.md +++ b/content/actions/tutorials/build-and-test-code/ruby.md @@ -7,6 +7,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-ruby - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-ruby - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-ruby + - /actions/tutorials/build-and-test-code/building-and-testing-ruby versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-rust.md b/content/actions/tutorials/build-and-test-code/rust.md similarity index 99% rename from content/actions/tutorials/build-and-test-code/building-and-testing-rust.md rename to content/actions/tutorials/build-and-test-code/rust.md index ed292dfb850c..b118836ec920 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-rust.md +++ b/content/actions/tutorials/build-and-test-code/rust.md @@ -12,6 +12,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-rust - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-rust - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-rust + - /actions/tutorials/build-and-test-code/building-and-testing-rust --- {% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-swift.md b/content/actions/tutorials/build-and-test-code/swift.md similarity index 98% rename from content/actions/tutorials/build-and-test-code/building-and-testing-swift.md rename to content/actions/tutorials/build-and-test-code/swift.md index 51e534c0ba84..57c25848abdb 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-swift.md +++ b/content/actions/tutorials/build-and-test-code/swift.md @@ -7,6 +7,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-swift - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-swift - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-swift + - /actions/tutorials/build-and-test-code/building-and-testing-swift versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/build-and-test-code/building-and-testing-xamarin-applications.md b/content/actions/tutorials/build-and-test-code/xamarin-apps.md similarity index 98% rename from content/actions/tutorials/build-and-test-code/building-and-testing-xamarin-applications.md rename to content/actions/tutorials/build-and-test-code/xamarin-apps.md index 18e039ba1699..ab04a5dc26f8 100644 --- a/content/actions/tutorials/build-and-test-code/building-and-testing-xamarin-applications.md +++ b/content/actions/tutorials/build-and-test-code/xamarin-apps.md @@ -7,6 +7,7 @@ redirect_from: - /actions/use-cases-and-examples/building-and-testing/building-and-testing-xamarin-applications - /actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testing-xamarin-applications - /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-xamarin-applications + - /actions/tutorials/build-and-test-code/building-and-testing-xamarin-applications versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/creating-a-composite-action.md b/content/actions/tutorials/create-actions/create-a-composite-action.md similarity index 99% rename from content/actions/tutorials/creating-a-composite-action.md rename to content/actions/tutorials/create-actions/create-a-composite-action.md index 00e1f64902be..cedadecbeedf 100644 --- a/content/actions/tutorials/creating-a-composite-action.md +++ b/content/actions/tutorials/create-actions/create-a-composite-action.md @@ -6,6 +6,7 @@ redirect_from: - /actions/creating-actions/creating-a-composite-run-steps-action - /actions/creating-actions/creating-a-composite-action - /actions/sharing-automations/creating-actions/creating-a-composite-action + - /actions/tutorials/creating-a-composite-action versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/creating-a-javascript-action.md b/content/actions/tutorials/create-actions/create-a-javascript-action.md similarity index 99% rename from content/actions/tutorials/creating-a-javascript-action.md rename to content/actions/tutorials/create-actions/create-a-javascript-action.md index 0a22baa7ac0e..48a172302dbf 100644 --- a/content/actions/tutorials/creating-a-javascript-action.md +++ b/content/actions/tutorials/create-actions/create-a-javascript-action.md @@ -9,6 +9,7 @@ redirect_from: - /actions/building-actions/creating-a-javascript-action - /actions/creating-actions/creating-a-javascript-action - /actions/sharing-automations/creating-actions/creating-a-javascript-action + - /actions/tutorials/creating-a-javascript-action versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/create-actions/index.md b/content/actions/tutorials/create-actions/index.md new file mode 100644 index 000000000000..289c4685ca4a --- /dev/null +++ b/content/actions/tutorials/create-actions/index.md @@ -0,0 +1,11 @@ +--- +title: Create actions +intro: You can build reusable actions to automate tasks in your workflows. +versions: + fpt: '*' + ghes: '*' + ghec: '*' +children: + - /create-a-javascript-action + - /create-a-composite-action +--- diff --git a/content/actions/tutorials/creating-an-example-workflow.md b/content/actions/tutorials/create-an-example-workflow.md similarity index 94% rename from content/actions/tutorials/creating-an-example-workflow.md rename to content/actions/tutorials/create-an-example-workflow.md index fa80b4726cd3..2d9a77c01a19 100644 --- a/content/actions/tutorials/creating-an-example-workflow.md +++ b/content/actions/tutorials/create-an-example-workflow.md @@ -13,6 +13,7 @@ shortTitle: Create an example workflow layout: inline redirect_from: - /actions/use-cases-and-examples/creating-an-example-workflow + - /actions/tutorials/creating-an-example-workflow --- ## Introduction diff --git a/content/actions/tutorials/index.md b/content/actions/tutorials/index.md index 59e9ef087642..1f8918986e25 100644 --- a/content/actions/tutorials/index.md +++ b/content/actions/tutorials/index.md @@ -7,19 +7,16 @@ versions: ghes: '*' ghec: '*' children: - - /migrating-to-github-actions - - /actions-runner-controller - - /project-management - - /using-containerized-services + - /create-an-example-workflow - /build-and-test-code - - /publishing-packages - - /creating-an-example-workflow - - /use-github_token-in-workflows - - /creating-a-javascript-action - - /creating-a-composite-action + - /authenticate-with-github_token + - /create-actions + - /publish-packages + - /manage-your-work - /store-and-share-data - - /deploying-with-github-actions - - /communicating-with-docker-service-containers + - /use-containerized-services + - /migrate-to-github-actions + - /use-actions-runner-controller redirect_from: - /actions/guides - /actions/how-tos/use-cases-and-examples diff --git a/content/actions/tutorials/project-management/commenting-on-an-issue-when-a-label-is-added.md b/content/actions/tutorials/manage-your-work/add-comments-with-labels.md similarity index 97% rename from content/actions/tutorials/project-management/commenting-on-an-issue-when-a-label-is-added.md rename to content/actions/tutorials/manage-your-work/add-comments-with-labels.md index 10f5612a1ba3..acb023556b5e 100644 --- a/content/actions/tutorials/project-management/commenting-on-an-issue-when-a-label-is-added.md +++ b/content/actions/tutorials/manage-your-work/add-comments-with-labels.md @@ -6,6 +6,7 @@ redirect_from: - /actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added - /actions/use-cases-and-examples/project-management/commenting-on-an-issue-when-a-label-is-added - /actions/how-tos/use-cases-and-examples/project-management/commenting-on-an-issue-when-a-label-is-added + - /actions/tutorials/project-management/commenting-on-an-issue-when-a-label-is-added versions: fpt: '*' ghes: '*' @@ -14,7 +15,7 @@ type: tutorial topics: - Workflows - Project management -shortTitle: Add label to comment on issue +shortTitle: Add comments with labels --- {% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/content/actions/tutorials/project-management/adding-labels-to-issues.md b/content/actions/tutorials/manage-your-work/add-labels-to-issues.md similarity index 98% rename from content/actions/tutorials/project-management/adding-labels-to-issues.md rename to content/actions/tutorials/manage-your-work/add-labels-to-issues.md index aab84fa86fe8..1f6dc5c1d4a6 100644 --- a/content/actions/tutorials/project-management/adding-labels-to-issues.md +++ b/content/actions/tutorials/manage-your-work/add-labels-to-issues.md @@ -7,6 +7,7 @@ redirect_from: - /actions/managing-issues-and-pull-requests/adding-labels-to-issues - /actions/use-cases-and-examples/project-management/adding-labels-to-issues - /actions/how-tos/use-cases-and-examples/project-management/adding-labels-to-issues + - /actions/tutorials/project-management/adding-labels-to-issues versions: fpt: '*' ghes: '*' @@ -16,7 +17,7 @@ topics: - Workflows - Project management --- - + {% data reusables.actions.enterprise-github-hosted-runners %} ## Introduction @@ -32,7 +33,7 @@ In the tutorial, you will first make a workflow file that uses the {% data varia 1. {% data reusables.actions.choose-repo %} 1. {% data reusables.actions.make-workflow-file %} 1. Copy the following YAML contents into your workflow file. - + ```yaml copy name: Label issues on: diff --git a/content/actions/tutorials/project-management/closing-inactive-issues.md b/content/actions/tutorials/manage-your-work/close-inactive-issues.md similarity index 98% rename from content/actions/tutorials/project-management/closing-inactive-issues.md rename to content/actions/tutorials/manage-your-work/close-inactive-issues.md index ee6d08b23faa..2910732c8575 100644 --- a/content/actions/tutorials/project-management/closing-inactive-issues.md +++ b/content/actions/tutorials/manage-your-work/close-inactive-issues.md @@ -7,6 +7,7 @@ redirect_from: - /actions/managing-issues-and-pull-requests/closing-inactive-issues - /actions/use-cases-and-examples/project-management/closing-inactive-issues - /actions/how-tos/use-cases-and-examples/project-management/closing-inactive-issues + - /actions/tutorials/project-management/closing-inactive-issues versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/project-management/index.md b/content/actions/tutorials/manage-your-work/index.md similarity index 73% rename from content/actions/tutorials/project-management/index.md rename to content/actions/tutorials/manage-your-work/index.md index 239b28d951a8..bb5dc3bf5c39 100644 --- a/content/actions/tutorials/project-management/index.md +++ b/content/actions/tutorials/manage-your-work/index.md @@ -1,16 +1,16 @@ --- -title: Managing projects -shortTitle: Project management +title: Managing your work with GitHub Actions +shortTitle: Manage your work intro: 'You can automatically manage your issues and pull requests using {% data variables.product.prodname_actions %} workflows.' versions: fpt: '*' ghes: '*' ghec: '*' children: - - /adding-labels-to-issues - - /closing-inactive-issues - - /commenting-on-an-issue-when-a-label-is-added - - /scheduling-issue-creation + - /add-labels-to-issues + - /close-inactive-issues + - /add-comments-with-labels + - /schedule-issue-creation redirect_from: - /actions/managing-issues-and-pull-requests - /actions/use-cases-and-examples/project-management @@ -18,5 +18,5 @@ redirect_from: - /actions/how-tos/use-cases-and-examples/project-management/removing-a-label-when-a-card-is-added-to-a-project-board-column - /actions/how-tos/use-cases-and-examples/project-management - /actions/examples + - /actions/tutorials/project-management --- - diff --git a/content/actions/tutorials/project-management/scheduling-issue-creation.md b/content/actions/tutorials/manage-your-work/schedule-issue-creation.md similarity index 98% rename from content/actions/tutorials/project-management/scheduling-issue-creation.md rename to content/actions/tutorials/manage-your-work/schedule-issue-creation.md index cf2abb5c10d5..18db61867745 100644 --- a/content/actions/tutorials/project-management/scheduling-issue-creation.md +++ b/content/actions/tutorials/manage-your-work/schedule-issue-creation.md @@ -7,6 +7,7 @@ redirect_from: - /actions/managing-issues-and-pull-requests/scheduling-issue-creation - /actions/use-cases-and-examples/project-management/scheduling-issue-creation - /actions/how-tos/use-cases-and-examples/project-management/scheduling-issue-creation + - /actions/tutorials/project-management/scheduling-issue-creation versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/azure-devops-migration.md similarity index 99% rename from content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md rename to content/actions/tutorials/migrate-to-github-actions/automated-migrations/azure-devops-migration.md index 8db96c5c7b35..0d768a4ab079 100644 --- a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/azure-devops-migration.md @@ -15,6 +15,7 @@ redirect_from: - /actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer + - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer --- ## About migrating from Azure DevOps with GitHub Actions Importer diff --git a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/bamboo-migration.md similarity index 99% rename from content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md rename to content/actions/tutorials/migrate-to-github-actions/automated-migrations/bamboo-migration.md index 43a1056b834a..37144aa06ced 100644 --- a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/bamboo-migration.md @@ -15,6 +15,7 @@ redirect_from: - /actions/migrating-to-github-actions/automated-migrations/migrating-from-bamboo-with-github-actions-importer - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer + - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer --- ## About migrating from Bamboo with GitHub Actions Importer diff --git a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/bitbucket-pipelines-migration.md similarity index 99% rename from content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md rename to content/actions/tutorials/migrate-to-github-actions/automated-migrations/bitbucket-pipelines-migration.md index 95413213d253..4cd6b2c65dd8 100644 --- a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/bitbucket-pipelines-migration.md @@ -15,6 +15,7 @@ redirect_from: - /actions/migrating-to-github-actions/automated-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer + - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer --- ## About migrating from Bitbucket Pipelines with GitHub Actions Importer diff --git a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/circleci-migration.md similarity index 99% rename from content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md rename to content/actions/tutorials/migrate-to-github-actions/automated-migrations/circleci-migration.md index dccd734fb0eb..9c4261afc1f2 100644 --- a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/circleci-migration.md @@ -15,6 +15,7 @@ redirect_from: - /actions/migrating-to-github-actions/automated-migrations/migrating-from-circleci-with-github-actions-importer - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer + - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer --- ## About migrating from CircleCI with GitHub Actions Importer diff --git a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/gitlab-migration.md similarity index 99% rename from content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md rename to content/actions/tutorials/migrate-to-github-actions/automated-migrations/gitlab-migration.md index 21a95eb43937..ac2040ba40cd 100644 --- a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/gitlab-migration.md @@ -15,6 +15,7 @@ redirect_from: - /actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer + - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer --- ## About migrating from GitLab with GitHub Actions Importer diff --git a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/index.md similarity index 56% rename from content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md rename to content/actions/tutorials/migrate-to-github-actions/automated-migrations/index.md index 597f6df8268a..5598e719d566 100644 --- a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/index.md @@ -7,17 +7,17 @@ versions: ghes: '*' ghec: '*' children: - - /automating-migration-with-github-actions-importer - - /migrating-from-azure-devops-with-github-actions-importer - - /migrating-from-bamboo-with-github-actions-importer - - /migrating-from-bitbucket-pipelines-with-github-actions-importer - - /migrating-from-circleci-with-github-actions-importer - - /migrating-from-gitlab-with-github-actions-importer - - /migrating-from-jenkins-with-github-actions-importer - - /migrating-from-travis-ci-with-github-actions-importer + - /use-github-actions-importer + - /azure-devops-migration + - /bamboo-migration + - /bitbucket-pipelines-migration + - /circleci-migration + - /gitlab-migration + - /jenkins-migration + - /travis-ci-migration redirect_from: - /actions/migrating-to-github-actions/automated-migrations - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations + - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations --- - diff --git a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/jenkins-migration.md similarity index 99% rename from content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md rename to content/actions/tutorials/migrate-to-github-actions/automated-migrations/jenkins-migration.md index c50a5db437f8..cc6a61895046 100644 --- a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/jenkins-migration.md @@ -15,6 +15,7 @@ redirect_from: - /actions/migrating-to-github-actions/automated-migrations/migrating-from-jenkins-with-github-actions-importer - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer + - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer --- ## About migrating from Jenkins with GitHub Actions Importer diff --git a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/travis-ci-migration.md similarity index 99% rename from content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md rename to content/actions/tutorials/migrate-to-github-actions/automated-migrations/travis-ci-migration.md index 8155fac04c6a..56e2f1c7ab5c 100644 --- a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/travis-ci-migration.md @@ -15,6 +15,7 @@ redirect_from: - /actions/migrating-to-github-actions/automated-migrations/migrating-from-travis-ci-with-github-actions-importer - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer + - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer --- ## About migrating from Travis CI with GitHub Actions Importer diff --git a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/use-github-actions-importer.md similarity index 97% rename from content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md rename to content/actions/tutorials/migrate-to-github-actions/automated-migrations/use-github-actions-importer.md index aaf77047a053..362ca0c7ec9c 100644 --- a/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/use-github-actions-importer.md @@ -1,11 +1,13 @@ --- title: Automating migration with GitHub Actions Importer +shortTitle: Use GitHub Actions Importer intro: 'Use {% data variables.product.prodname_actions_importer %} to plan and automate your migration to {% data variables.product.prodname_actions %}.' redirect_from: - /actions/migrating-to-github-actions/automating-migration-with-github-actions-importer - /actions/migrating-to-github-actions/automated-migrations/automating-migration-with-github-actions-importer - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer + - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer versions: fpt: '*' ghec: '*' @@ -15,7 +17,6 @@ topics: - Migration - CI - CD -shortTitle: 'Automate migration with {% data variables.product.prodname_actions_importer %}' --- {% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/content/actions/tutorials/migrating-to-github-actions/index.md b/content/actions/tutorials/migrate-to-github-actions/index.md similarity index 80% rename from content/actions/tutorials/migrating-to-github-actions/index.md rename to content/actions/tutorials/migrate-to-github-actions/index.md index 0927cf1f53c8..d6f66007bf0c 100644 --- a/content/actions/tutorials/migrating-to-github-actions/index.md +++ b/content/actions/tutorials/migrate-to-github-actions/index.md @@ -10,8 +10,9 @@ redirect_from: - /articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax - /actions/migrating-to-github-actions - /actions/how-tos/migrating-to-github-actions + - /actions/tutorials/migrating-to-github-actions children: - - /using-github-actions-importer-to-automate-migrations - - /manually-migrating-to-github-actions + - /automated-migrations + - /manual-migrations --- diff --git a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/index.md b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/index.md similarity index 66% rename from content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/index.md rename to content/actions/tutorials/migrate-to-github-actions/manual-migrations/index.md index be775f2e37b6..34a4287f22d6 100644 --- a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/index.md +++ b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/index.md @@ -7,14 +7,14 @@ versions: ghes: '*' ghec: '*' children: - - /migrating-from-azure-pipelines-to-github-actions - - /migrating-from-circleci-to-github-actions - - /migrating-from-gitlab-cicd-to-github-actions - - /migrating-from-jenkins-to-github-actions - - /migrating-from-travis-ci-to-github-actions + - /migrate-from-azure-pipelines + - /migrate-from-circleci + - /migrate-from-gitlab-cicd + - /migrate-from-jenkins + - /migrate-from-travis-ci redirect_from: - /actions/migrating-to-github-actions/manual-migrations - /actions/migrating-to-github-actions/manually-migrating-to-github-actions - /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions + - /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions --- - diff --git a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-azure-pipelines.md similarity index 98% rename from content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md rename to content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-azure-pipelines.md index 696fd6f17456..bd09c37e68e5 100644 --- a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md +++ b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-azure-pipelines.md @@ -7,6 +7,7 @@ redirect_from: - /actions/migrating-to-github-actions/manual-migrations/migrating-from-azure-pipelines-to-github-actions - /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions - /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions + - /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions versions: fpt: '*' ghes: '*' @@ -19,7 +20,7 @@ topics: - CD shortTitle: Migrate from Azure Pipelines --- - + {% data reusables.actions.enterprise-github-hosted-runners %} ## Introduction diff --git a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-circleci.md similarity index 99% rename from content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md rename to content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-circleci.md index 79fa866b974c..713d541cf7ee 100644 --- a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md +++ b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-circleci.md @@ -7,6 +7,7 @@ redirect_from: - /actions/migrating-to-github-actions/manual-migrations/migrating-from-circleci-to-github-actions - /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions - /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions + - /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-gitlab-cicd.md similarity index 98% rename from content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md rename to content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-gitlab-cicd.md index b205478bc558..1784189d2aa5 100644 --- a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md +++ b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-gitlab-cicd.md @@ -7,6 +7,7 @@ redirect_from: - /actions/migrating-to-github-actions/manual-migrations/migrating-from-gitlab-cicd-to-github-actions - /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions - /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions + - /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-jenkins.md similarity index 98% rename from content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md rename to content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-jenkins.md index ea5d2c0dd88a..0380b78c4aa2 100644 --- a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md +++ b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-jenkins.md @@ -7,6 +7,7 @@ redirect_from: - /actions/migrating-to-github-actions/manual-migrations/migrating-from-jenkins-to-github-actions - /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions - /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions + - /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-travis-ci.md similarity index 99% rename from content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md rename to content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-travis-ci.md index cf8b6b4d3857..6b0e1f7e0a5e 100644 --- a/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md +++ b/content/actions/tutorials/migrate-to-github-actions/manual-migrations/migrate-from-travis-ci.md @@ -7,6 +7,7 @@ redirect_from: - /actions/migrating-to-github-actions/manual-migrations/migrating-from-travis-ci-to-github-actions - /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions - /actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions + - /actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/publishing-packages/index.md b/content/actions/tutorials/publish-packages/index.md similarity index 71% rename from content/actions/tutorials/publishing-packages/index.md rename to content/actions/tutorials/publish-packages/index.md index 2e49e92738bf..fbc41c944a08 100644 --- a/content/actions/tutorials/publishing-packages/index.md +++ b/content/actions/tutorials/publish-packages/index.md @@ -11,10 +11,11 @@ redirect_from: - /actions/publishing-packages - /actions/use-cases-and-examples/publishing-packages - /actions/how-tos/use-cases-and-examples/publishing-packages + - /actions/tutorials/publishing-packages children: - - /publishing-docker-images - - /publishing-java-packages-with-gradle - - /publishing-java-packages-with-maven - - /publishing-nodejs-packages + - /publish-docker-images + - /publish-java-packages-with-gradle + - /publish-java-packages-with-maven + - /publish-nodejs-packages --- diff --git a/content/actions/tutorials/publishing-packages/publishing-docker-images.md b/content/actions/tutorials/publish-packages/publish-docker-images.md similarity index 99% rename from content/actions/tutorials/publishing-packages/publishing-docker-images.md rename to content/actions/tutorials/publish-packages/publish-docker-images.md index 64e51e339832..4041ded5bdc1 100644 --- a/content/actions/tutorials/publishing-packages/publishing-docker-images.md +++ b/content/actions/tutorials/publish-packages/publish-docker-images.md @@ -8,6 +8,7 @@ redirect_from: - /actions/publishing-packages/publishing-docker-images - /actions/use-cases-and-examples/publishing-packages/publishing-docker-images - /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-docker-images + - /actions/tutorials/publishing-packages/publishing-docker-images versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/publishing-packages/publishing-java-packages-with-gradle.md b/content/actions/tutorials/publish-packages/publish-java-packages-with-gradle.md similarity index 98% rename from content/actions/tutorials/publishing-packages/publishing-java-packages-with-gradle.md rename to content/actions/tutorials/publish-packages/publish-java-packages-with-gradle.md index 43af51175b39..f1ae95bed2e8 100644 --- a/content/actions/tutorials/publishing-packages/publishing-java-packages-with-gradle.md +++ b/content/actions/tutorials/publish-packages/publish-java-packages-with-gradle.md @@ -1,13 +1,14 @@ --- title: Publishing Java packages with Gradle shortTitle: Publish Java packages with Gradle -intro: In this tutorial, you'll learn how to use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow. +intro: 'In this tutorial, you''ll learn how to use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.' redirect_from: - /actions/language-and-framework-guides/publishing-java-packages-with-gradle - /actions/guides/publishing-java-packages-with-gradle - /actions/publishing-packages/publishing-java-packages-with-gradle - /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-gradle - /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-java-packages-with-gradle + - /actions/tutorials/publishing-packages/publishing-java-packages-with-gradle versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/publishing-packages/publishing-java-packages-with-maven.md b/content/actions/tutorials/publish-packages/publish-java-packages-with-maven.md similarity index 98% rename from content/actions/tutorials/publishing-packages/publishing-java-packages-with-maven.md rename to content/actions/tutorials/publish-packages/publish-java-packages-with-maven.md index 98f3d783defb..cadad110ab48 100644 --- a/content/actions/tutorials/publishing-packages/publishing-java-packages-with-maven.md +++ b/content/actions/tutorials/publish-packages/publish-java-packages-with-maven.md @@ -1,13 +1,14 @@ --- title: Publishing Java packages with Maven shortTitle: Publish Java packages with Maven -intro: In this tutorial, you'll learn how to use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow. +intro: 'In this tutorial, you''ll learn how to use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.' redirect_from: - /actions/language-and-framework-guides/publishing-java-packages-with-maven - /actions/guides/publishing-java-packages-with-maven - /actions/publishing-packages/publishing-java-packages-with-maven - /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-maven - /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-java-packages-with-maven + - /actions/tutorials/publishing-packages/publishing-java-packages-with-maven versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/publishing-packages/publishing-nodejs-packages.md b/content/actions/tutorials/publish-packages/publish-nodejs-packages.md similarity index 98% rename from content/actions/tutorials/publishing-packages/publishing-nodejs-packages.md rename to content/actions/tutorials/publish-packages/publish-nodejs-packages.md index 49ac188c71c1..4bb65dae8fd7 100644 --- a/content/actions/tutorials/publishing-packages/publishing-nodejs-packages.md +++ b/content/actions/tutorials/publish-packages/publish-nodejs-packages.md @@ -1,7 +1,7 @@ --- title: Publishing Node.js packages shortTitle: Publish Node.js packages -intro: In this tutorial, you'll learn how to publish Node.js packages to a registry as part of your continuous integration (CI) workflow. +intro: 'In this tutorial, you''ll learn how to publish Node.js packages to a registry as part of your continuous integration (CI) workflow.' redirect_from: - /actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages - /actions/language-and-framework-guides/publishing-nodejs-packages @@ -9,6 +9,7 @@ redirect_from: - /actions/publishing-packages/publishing-nodejs-packages - /actions/use-cases-and-examples/publishing-packages/publishing-nodejs-packages - /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-nodejs-packages + - /actions/tutorials/publishing-packages/publishing-nodejs-packages versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/actions-runner-controller/authenticating-arc-to-the-github-api.md b/content/actions/tutorials/use-actions-runner-controller/authenticate-to-the-api.md similarity index 98% rename from content/actions/tutorials/actions-runner-controller/authenticating-arc-to-the-github-api.md rename to content/actions/tutorials/use-actions-runner-controller/authenticate-to-the-api.md index 83b32ad3c14f..e20b5d90ea19 100644 --- a/content/actions/tutorials/actions-runner-controller/authenticating-arc-to-the-github-api.md +++ b/content/actions/tutorials/use-actions-runner-controller/authenticate-to-the-api.md @@ -1,6 +1,6 @@ --- title: Authenticating ARC to the GitHub API -shortTitle: Authenticating to the API +shortTitle: Authenticate to the API intro: 'Learn how to authenticate {% data variables.product.prodname_actions_runner_controller %} to the {% data variables.product.company_short %} API.' versions: fpt: '*' @@ -13,6 +13,7 @@ defaultPlatform: linux redirect_from: - /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api - /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api#deploying-using-personal-access-token-classic-authentication + - /actions/tutorials/actions-runner-controller/authenticating-arc-to-the-github-api --- You can authenticate {% data variables.product.prodname_actions_runner_controller %} (ARC) to the {% data variables.product.prodname_dotcom %} API by using a {% data variables.product.prodname_github_app %} or by using a {% data variables.product.pat_v1 %}. diff --git a/content/actions/tutorials/actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md b/content/actions/tutorials/use-actions-runner-controller/deploy-runner-scale-sets.md similarity index 99% rename from content/actions/tutorials/actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md rename to content/actions/tutorials/use-actions-runner-controller/deploy-runner-scale-sets.md index 5da4c32ed1a2..9608b358835b 100644 --- a/content/actions/tutorials/actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md +++ b/content/actions/tutorials/use-actions-runner-controller/deploy-runner-scale-sets.md @@ -1,6 +1,6 @@ --- title: Deploying runner scale sets with Actions Runner Controller -shortTitle: Deploying runner scale sets +shortTitle: Deploy runner scale sets intro: 'Learn how to deploy runner scale sets with {% data variables.product.prodname_actions_runner_controller %}, and use advanced configuration options to tailor {% data variables.product.prodname_actions_runner_controller %} to your needs.' versions: fpt: '*' @@ -13,6 +13,7 @@ defaultPlatform: linux redirect_from: - /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller - /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller + - /actions/tutorials/actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller --- ## Deploying a runner scale set diff --git a/content/actions/tutorials/actions-runner-controller/index.md b/content/actions/tutorials/use-actions-runner-controller/index.md similarity index 54% rename from content/actions/tutorials/actions-runner-controller/index.md rename to content/actions/tutorials/use-actions-runner-controller/index.md index d8530c3a3292..0b92e7db6aa8 100644 --- a/content/actions/tutorials/actions-runner-controller/index.md +++ b/content/actions/tutorials/use-actions-runner-controller/index.md @@ -1,6 +1,5 @@ --- -title: Actions Runner Controller -shortTitle: Actions Runner Controller +title: Use Actions Runner Controller intro: You can host your own runners to run workflows in a highly customizable environment. versions: fpt: '*' @@ -9,13 +8,14 @@ versions: topics: - Actions Runner Controller children: - - /quickstart-for-actions-runner-controller - - /authenticating-arc-to-the-github-api - - /deploying-runner-scale-sets-with-actions-runner-controller - - /using-actions-runner-controller-runners-in-a-workflow - - /troubleshooting-actions-runner-controller-errors + - /quickstart + - /authenticate-to-the-api + - /deploy-runner-scale-sets + - /use-arc-in-a-workflow + - /troubleshoot redirect_from: - /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller - /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller + - /actions/tutorials/actions-runner-controller --- - + diff --git a/content/actions/tutorials/actions-runner-controller/quickstart-for-actions-runner-controller.md b/content/actions/tutorials/use-actions-runner-controller/quickstart.md similarity index 99% rename from content/actions/tutorials/actions-runner-controller/quickstart-for-actions-runner-controller.md rename to content/actions/tutorials/use-actions-runner-controller/quickstart.md index d89028dd7d79..f74c3c208eef 100644 --- a/content/actions/tutorials/actions-runner-controller/quickstart-for-actions-runner-controller.md +++ b/content/actions/tutorials/use-actions-runner-controller/quickstart.md @@ -13,6 +13,7 @@ defaultPlatform: linux redirect_from: - /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller - /actions/tutorials/quickstart-for-actions-runner-controller + - /actions/tutorials/actions-runner-controller/quickstart-for-actions-runner-controller --- ## Prerequisites diff --git a/content/actions/tutorials/actions-runner-controller/troubleshooting-actions-runner-controller-errors.md b/content/actions/tutorials/use-actions-runner-controller/troubleshoot.md similarity index 98% rename from content/actions/tutorials/actions-runner-controller/troubleshooting-actions-runner-controller-errors.md rename to content/actions/tutorials/use-actions-runner-controller/troubleshoot.md index e0234f14c2f1..26d7a69612ad 100644 --- a/content/actions/tutorials/actions-runner-controller/troubleshooting-actions-runner-controller-errors.md +++ b/content/actions/tutorials/use-actions-runner-controller/troubleshoot.md @@ -12,6 +12,7 @@ topics: redirect_from: - /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors - /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors + - /actions/tutorials/actions-runner-controller/troubleshooting-actions-runner-controller-errors --- ## Logging diff --git a/content/actions/tutorials/actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow.md b/content/actions/tutorials/use-actions-runner-controller/use-arc-in-a-workflow.md similarity index 94% rename from content/actions/tutorials/actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow.md rename to content/actions/tutorials/use-actions-runner-controller/use-arc-in-a-workflow.md index ed9a02d58123..189a5bc18bab 100644 --- a/content/actions/tutorials/actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow.md +++ b/content/actions/tutorials/use-actions-runner-controller/use-arc-in-a-workflow.md @@ -1,6 +1,6 @@ --- title: Using Actions Runner Controller runners in a workflow -shortTitle: Using ARC in a workflow +shortTitle: Use ARC in a workflow intro: 'You can use {% data variables.product.prodname_actions_runner_controller %} runners in a workflow file.' versions: fpt: '*' @@ -13,6 +13,7 @@ defaultPlatform: linux redirect_from: - /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow - /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow + - /actions/tutorials/actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow --- ## Using ARC runners in a workflow file diff --git a/content/actions/tutorials/using-containerized-services/creating-a-docker-container-action.md b/content/actions/tutorials/use-containerized-services/create-a-docker-container-action.md similarity index 99% rename from content/actions/tutorials/using-containerized-services/creating-a-docker-container-action.md rename to content/actions/tutorials/use-containerized-services/create-a-docker-container-action.md index 21c79dee0999..3f4080110017 100644 --- a/content/actions/tutorials/using-containerized-services/creating-a-docker-container-action.md +++ b/content/actions/tutorials/use-containerized-services/create-a-docker-container-action.md @@ -10,6 +10,7 @@ redirect_from: - /actions/creating-actions/creating-a-docker-container-action - /actions/sharing-automations/creating-actions/creating-a-docker-container-action - /actions/tutorials/creating-a-docker-container-action + - /actions/tutorials/using-containerized-services/creating-a-docker-container-action versions: fpt: '*' ghes: '*' diff --git a/content/actions/tutorials/using-containerized-services/creating-postgresql-service-containers.md b/content/actions/tutorials/use-containerized-services/create-postgresql-service-containers.md similarity index 99% rename from content/actions/tutorials/using-containerized-services/creating-postgresql-service-containers.md rename to content/actions/tutorials/use-containerized-services/create-postgresql-service-containers.md index 0947b80c6867..b52509f650d1 100644 --- a/content/actions/tutorials/using-containerized-services/creating-postgresql-service-containers.md +++ b/content/actions/tutorials/use-containerized-services/create-postgresql-service-containers.md @@ -9,6 +9,7 @@ redirect_from: - /actions/using-containerized-services/creating-postgresql-service-containers - /actions/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers - /actions/how-tos/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers + - /actions/tutorials/using-containerized-services/creating-postgresql-service-containers versions: fpt: '*' ghes: '*' @@ -18,7 +19,7 @@ topics: - Containers - Docker --- - + {% data reusables.actions.enterprise-github-hosted-runners %} ## Introduction diff --git a/content/actions/tutorials/using-containerized-services/creating-redis-service-containers.md b/content/actions/tutorials/use-containerized-services/create-redis-service-containers.md similarity index 99% rename from content/actions/tutorials/using-containerized-services/creating-redis-service-containers.md rename to content/actions/tutorials/use-containerized-services/create-redis-service-containers.md index b41c277080c9..9123be618543 100644 --- a/content/actions/tutorials/using-containerized-services/creating-redis-service-containers.md +++ b/content/actions/tutorials/use-containerized-services/create-redis-service-containers.md @@ -9,6 +9,7 @@ redirect_from: - /actions/using-containerized-services/creating-redis-service-containers - /actions/use-cases-and-examples/using-containerized-services/creating-redis-service-containers - /actions/how-tos/use-cases-and-examples/using-containerized-services/creating-redis-service-containers + - /actions/tutorials/using-containerized-services/creating-redis-service-containers versions: fpt: '*' ghes: '*' @@ -18,7 +19,7 @@ topics: - Containers - Docker --- - + {% data reusables.actions.enterprise-github-hosted-runners %} ## Introduction diff --git a/content/actions/tutorials/using-containerized-services/index.md b/content/actions/tutorials/use-containerized-services/index.md similarity index 72% rename from content/actions/tutorials/using-containerized-services/index.md rename to content/actions/tutorials/use-containerized-services/index.md index 33949579aa1e..cf09a11a9575 100644 --- a/content/actions/tutorials/using-containerized-services/index.md +++ b/content/actions/tutorials/use-containerized-services/index.md @@ -1,6 +1,6 @@ --- title: Using containerized services -shortTitle: Containerized services +shortTitle: Use containerized services intro: 'You can use containerized services in your {% data variables.product.prodname_actions %} workflows.' versions: fpt: '*' @@ -13,9 +13,10 @@ redirect_from: - /actions/using-containerized-services - /actions/use-cases-and-examples/using-containerized-services - /actions/how-tos/use-cases-and-examples/using-containerized-services + - /actions/tutorials/using-containerized-services children: - - /creating-a-docker-container-action - - /creating-postgresql-service-containers - - /creating-redis-service-containers + - /create-a-docker-container-action + - /use-docker-service-containers + - /create-postgresql-service-containers + - /create-redis-service-containers --- - diff --git a/content/actions/tutorials/communicating-with-docker-service-containers.md b/content/actions/tutorials/use-containerized-services/use-docker-service-containers.md similarity index 95% rename from content/actions/tutorials/communicating-with-docker-service-containers.md rename to content/actions/tutorials/use-containerized-services/use-docker-service-containers.md index fdc5f25e46d4..a5bd2804ccdd 100644 --- a/content/actions/tutorials/communicating-with-docker-service-containers.md +++ b/content/actions/tutorials/use-containerized-services/use-docker-service-containers.md @@ -1,7 +1,7 @@ --- title: Communicating with Docker service containers -shortTitle: Docker service containers -intro: Learn how to use Docker service containers to connect databases, web services, memory caches, and other tools to your workflow. +shortTitle: Use Docker service containers +intro: 'Learn how to use Docker service containers to connect databases, web services, memory caches, and other tools to your workflow.' redirect_from: - /actions/automating-your-workflow-with-github-actions/about-service-containers - /actions/configuring-and-managing-workflows/about-service-containers @@ -9,6 +9,8 @@ redirect_from: - /actions/using-containerized-services/about-service-containers - /actions/use-cases-and-examples/using-containerized-services/about-service-containers - /actions/concepts/use-cases/about-service-containers + - /actions/tutorials/communicating-with-docker-service-containers + - /actions/tutorials/using-containerized-services/communicate-with-docker-service-containers versions: fpt: '*' ghes: '*' diff --git a/content/migrations/index.md b/content/migrations/index.md index d31b242de0a0..550be1159d1c 100644 --- a/content/migrations/index.md +++ b/content/migrations/index.md @@ -9,7 +9,7 @@ featuredLinks: startHere: - /migrations/importing-source-code/using-github-importer/about-github-importer - /migrations/using-github-enterprise-importer/understanding-github-enterprise-importer/about-github-enterprise-importer - - /actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer + - /actions/tutorials/migrate-to-github-actions/automated-migrations/use-github-actions-importer popular: - /migrations/importing-source-code/using-github-importer/importing-a-repository-with-github-importer - /migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github @@ -34,4 +34,3 @@ children: - /using-github-enterprise-importer - /using-ghe-migrator --- -