diff --git a/content/actions/concepts/index.md b/content/actions/concepts/index.md index d81fc1d332b9..d6c23add4953 100644 --- a/content/actions/concepts/index.md +++ b/content/actions/concepts/index.md @@ -11,6 +11,7 @@ children: - /workflows-and-actions - /runners - /security - - /use-cases - /about-github-actions-metrics +redirect_from: + - /actions/concepts/use-cases --- diff --git a/content/actions/concepts/use-cases/about-packaging-with-github-actions.md b/content/actions/concepts/use-cases/about-packaging-with-github-actions.md deleted file mode 100644 index 927c65ea981f..000000000000 --- a/content/actions/concepts/use-cases/about-packaging-with-github-actions.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: About packaging with GitHub Actions -intro: 'You can set up workflows in {% data variables.product.prodname_actions %} to produce packages and upload them to {% data variables.product.prodname_registry %} or another package hosting provider.' -redirect_from: - - /actions/automating-your-workflow-with-github-actions/about-packaging-with-github-actions - - /actions/publishing-packages-with-github-actions/about-packaging-with-github-actions - - /actions/guides/about-packaging-with-github-actions - - /actions/publishing-packages/about-packaging-with-github-actions - - /actions/use-cases-and-examples/publishing-packages/about-packaging-with-github-actions -versions: - fpt: '*' - ghes: '*' - ghec: '*' -type: overview -topics: - - Packaging -shortTitle: Packaging with GitHub Actions ---- - -{% data reusables.actions.enterprise-github-hosted-runners %} - -{% data reusables.package_registry.about-packaging-and-actions %} - -## Further reading - -* [AUTOTITLE](/actions/publishing-packages/publishing-nodejs-packages) diff --git a/content/actions/concepts/use-cases/index.md b/content/actions/concepts/use-cases/index.md deleted file mode 100644 index ef3e93f130fb..000000000000 --- a/content/actions/concepts/use-cases/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Use cases for GitHub Actions -shortTitle: Use cases -intro: "Learn about the real-world applications of GitHub Actions." -versions: - fpt: '*' - ghes: '*' - ghec: '*' -children: - - /deploying-with-github-actions - - /about-packaging-with-github-actions - - /using-github-actions-for-project-management - - /about-service-containers ---- diff --git a/content/actions/concepts/use-cases/using-github-actions-for-project-management.md b/content/actions/concepts/use-cases/using-github-actions-for-project-management.md deleted file mode 100644 index 070c9a9b7a07..000000000000 --- a/content/actions/concepts/use-cases/using-github-actions-for-project-management.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Using GitHub Actions for project management -intro: 'You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks.' -redirect_from: - - /actions/guides/using-github-actions-for-project-management - - /actions/managing-issues-and-pull-requests/using-github-actions-for-project-management - - /actions/use-cases-and-examples/project-management/using-github-actions-for-project-management -versions: - fpt: '*' - ghes: '*' - ghec: '*' -type: overview -topics: - - Project management -shortTitle: Actions for project management ---- - -You can use {% data variables.product.prodname_actions %} to automate your project management tasks by creating workflows. Each workflow contains a series of tasks that are performed automatically every time the workflow runs. For example, you can create a workflow that runs every time an issue is created to add a label{% ifversion projects-v1 %}, move the issue onto a {% data variables.projects.projects_v1_board %},{% endif %} and leave a comment. - -## When do workflows run? - -You can configure your workflows to run on a schedule or be triggered when an event occurs. For example, you can set your workflow to run when someone creates an issue in a repository. - -Many workflow triggers are useful for automating project management. - -* An issue is opened, assigned, or labeled. -* A comment is added to an issue. -* A scheduled time. - -For a full list of events that can trigger workflows, see [AUTOTITLE](/actions/using-workflows/events-that-trigger-workflows). - -## What can workflows do? - -Workflows can do many things, such as commenting on an issue, adding or removing labels, {% ifversion projects-v1 %}moving cards on {% data variables.projects.projects_v1_boards %}, {% endif %}and opening issues. - -You can learn about using {% data variables.product.prodname_actions %} for project management by following these tutorials, which include example workflows that you can adapt to meet your needs. - -* [AUTOTITLE](/actions/managing-issues-and-pull-requests/adding-labels-to-issues) -* [AUTOTITLE](/actions/managing-issues-and-pull-requests/commenting-on-an-issue-when-a-label-is-added) -* [AUTOTITLE](/actions/managing-issues-and-pull-requests/closing-inactive-issues) -* [AUTOTITLE](/actions/managing-issues-and-pull-requests/scheduling-issue-creation) diff --git a/content/actions/concepts/workflows-and-actions/about-workflows.md b/content/actions/concepts/workflows-and-actions/about-workflows.md index 29359e5535c3..7d034467a88d 100644 --- a/content/actions/concepts/workflows-and-actions/about-workflows.md +++ b/content/actions/concepts/workflows-and-actions/about-workflows.md @@ -13,6 +13,7 @@ redirect_from: - /actions/using-workflows/advanced-workflow-features - /actions/using-workflows/about-workflows - /actions/writing-workflows/about-workflows + - /actions/concepts/use-cases/using-github-actions-for-project-management topics: - Workflows layout: inline diff --git a/content/actions/how-tos/index.md b/content/actions/how-tos/index.md index d26d4a07d58e..545017e4939b 100644 --- a/content/actions/how-tos/index.md +++ b/content/actions/how-tos/index.md @@ -1,7 +1,7 @@ --- title: How-tos for GitHub Actions shortTitle: How-tos -intro: "Learn how to accomplish specific goals with GitHub Actions." +intro: Learn how to accomplish specific goals with GitHub Actions. versions: fpt: '*' ghes: '*' @@ -15,6 +15,6 @@ children: - /hosting-your-own-runners - /security-for-github-actions - /use-cases-and-examples - - /migrating-to-github-actions - /administering-github-actions ---- \ No newline at end of file +--- + diff --git a/content/actions/index.md b/content/actions/index.md index 2530757dc02a..1e192f0233fe 100644 --- a/content/actions/index.md +++ b/content/actions/index.md @@ -10,8 +10,8 @@ featuredLinks: - /actions/how-tos/writing-workflows - /actions/how-tos/use-cases-and-examples - /actions/concepts/overview/continuous-integration - - /actions/concepts/use-cases/deploying-with-github-actions - - /actions/concepts/use-cases/about-packaging-with-github-actions + - /actions/tutorials/deploying-with-github-actions + - /packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions - /actions/how-tos/monitoring-and-troubleshooting-workflows guideCards: - /actions/how-tos/writing-workflows/using-workflow-templates diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers.md b/content/actions/reference/extending-github-actions-importer-with-custom-transformers.md similarity index 98% rename from content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers.md rename to content/actions/reference/extending-github-actions-importer-with-custom-transformers.md index da509275c3bb..b926bc144b37 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers.md +++ b/content/actions/reference/extending-github-actions-importer-with-custom-transformers.md @@ -14,6 +14,7 @@ shortTitle: Extending GitHub Actions Importer redirect_from: - /actions/migrating-to-github-actions/automated-migrations/extending-github-actions-importer-with-custom-transformers - /actions/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers + - /actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/extending-github-actions-importer-with-custom-transformers --- [Legal notice](#legal-notice) diff --git a/content/actions/reference/index.md b/content/actions/reference/index.md index 844eb80aba35..1a3d35d55079 100644 --- a/content/actions/reference/index.md +++ b/content/actions/reference/index.md @@ -26,4 +26,6 @@ children: - /self-hosted-runners-reference - /usage-limits-for-self-hosted-runners - /supplemental-arguments-and-settings + - /extending-github-actions-importer-with-custom-transformers --- + diff --git a/content/actions/concepts/use-cases/about-service-containers.md b/content/actions/tutorials/communicating-with-docker-service-containers.md similarity index 95% rename from content/actions/concepts/use-cases/about-service-containers.md rename to content/actions/tutorials/communicating-with-docker-service-containers.md index ee17d3365bd4..fdc5f25e46d4 100644 --- a/content/actions/concepts/use-cases/about-service-containers.md +++ b/content/actions/tutorials/communicating-with-docker-service-containers.md @@ -1,12 +1,14 @@ --- -title: About service containers -intro: 'You can use service containers to connect databases, web services, memory caches, and other tools to your workflow.' +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. redirect_from: - /actions/automating-your-workflow-with-github-actions/about-service-containers - /actions/configuring-and-managing-workflows/about-service-containers - /actions/guides/about-service-containers - /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 versions: fpt: '*' ghes: '*' @@ -17,9 +19,7 @@ topics: - Docker --- -{% data reusables.actions.enterprise-github-hosted-runners %} - -## About service containers +## Communicating with Docker service containers Service containers are Docker containers that provide a simple and portable way for you to host services that you might need to test or operate your application in a workflow. For example, your workflow might need to run integration tests that require access to a database and memory cache. @@ -27,8 +27,6 @@ You can configure service containers for each job in a workflow. {% data variabl {% data reusables.actions.docker-container-os-support %} -## Communicating with service containers - You can configure jobs in a workflow to run directly on a runner machine or in a Docker container. Communication between a job and its service containers is different depending on whether a job runs directly on the runner machine or in a container. ### Running jobs in a container diff --git a/content/actions/concepts/use-cases/deploying-with-github-actions.md b/content/actions/tutorials/deploying-with-github-actions.md similarity index 94% rename from content/actions/concepts/use-cases/deploying-with-github-actions.md rename to content/actions/tutorials/deploying-with-github-actions.md index a2952db9a68e..08f145422dda 100644 --- a/content/actions/concepts/use-cases/deploying-with-github-actions.md +++ b/content/actions/tutorials/deploying-with-github-actions.md @@ -1,5 +1,6 @@ --- title: Deploying with GitHub Actions +shortTitle: Controlling deployments intro: Learn how to control deployments with features like environments and concurrency. versions: fpt: '*' @@ -10,24 +11,12 @@ redirect_from: - /actions/deployment/deploying-with-github-actions - /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 topics: - CD - Deployment -shortTitle: Deploy with GitHub Actions --- -{% data reusables.actions.enterprise-github-hosted-runners %} - -## Introduction - -{% data variables.product.prodname_actions %} offers features that let you control deployments. You can: - -* Trigger workflows with a variety of events. -* Configure environments to set rules before a job can proceed and to limit access to secrets. -* Use concurrency to control the number of deployments running at a time. - -For more information about continuous deployment, see [AUTOTITLE](/actions/deployment/about-deployments/about-continuous-deployment). - ## Prerequisites You should be familiar with the syntax for {% data variables.product.prodname_actions %}. For more information, see [AUTOTITLE](/actions/learn-github-actions). diff --git a/content/actions/tutorials/index.md b/content/actions/tutorials/index.md index 1eb59347b65f..ac43e10c40e8 100644 --- a/content/actions/tutorials/index.md +++ b/content/actions/tutorials/index.md @@ -1,17 +1,21 @@ --- title: Tutorials for GitHub Actions shortTitle: Tutorials -intro: "Build skills and knowledge about GitHub Actions through hands-on activities." +intro: Build skills and knowledge about GitHub Actions through hands-on activities. versions: fpt: '*' ghes: '*' ghec: '*' children: + - /migrating-to-github-actions - /creating-an-example-workflow - /creating-a-docker-container-action - /creating-a-javascript-action - /creating-a-composite-action - /quickstart-for-actions-runner-controller + - /deploying-with-github-actions + - /communicating-with-docker-service-containers redirect_from: - /actions/guides --- + diff --git a/content/actions/how-tos/migrating-to-github-actions/index.md b/content/actions/tutorials/migrating-to-github-actions/index.md similarity index 90% rename from content/actions/how-tos/migrating-to-github-actions/index.md rename to content/actions/tutorials/migrating-to-github-actions/index.md index 3f6f87b4206b..0927cf1f53c8 100644 --- a/content/actions/how-tos/migrating-to-github-actions/index.md +++ b/content/actions/tutorials/migrating-to-github-actions/index.md @@ -9,6 +9,7 @@ versions: redirect_from: - /articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax - /actions/migrating-to-github-actions + - /actions/how-tos/migrating-to-github-actions children: - /using-github-actions-importer-to-automate-migrations - /manually-migrating-to-github-actions diff --git a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/index.md b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/index.md similarity index 88% rename from content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/index.md rename to content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/index.md index 3006d0a3d27e..be775f2e37b6 100644 --- a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/index.md +++ b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/index.md @@ -15,5 +15,6 @@ children: 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 --- diff --git a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md similarity index 98% rename from content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md rename to content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md index 141614eec503..696fd6f17456 100644 --- a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md +++ b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions.md @@ -6,6 +6,7 @@ redirect_from: - /actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions - /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 versions: fpt: '*' ghes: '*' diff --git a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md similarity index 99% rename from content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md rename to content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md index 6305b64eee24..79fa866b974c 100644 --- a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md +++ b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions.md @@ -6,6 +6,7 @@ redirect_from: - /actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions - /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 versions: fpt: '*' ghes: '*' diff --git a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md similarity index 98% rename from content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md rename to content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md index a2d6f1d8bbbe..b205478bc558 100644 --- a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md +++ b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions.md @@ -6,6 +6,7 @@ redirect_from: - /actions/migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions - /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 versions: fpt: '*' ghes: '*' diff --git a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md similarity index 96% rename from content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md rename to content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md index f65a7782b8fd..ea5d2c0dd88a 100644 --- a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md +++ b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md @@ -6,6 +6,7 @@ redirect_from: - /actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions - /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 versions: fpt: '*' ghes: '*' @@ -64,7 +65,7 @@ Jenkins uses directives to manage _Declarative Pipelines_. These directives defi | ------------- | ------------- | | [`environment`](https://jenkins.io/doc/book/pipeline/syntax/#environment) | [`jobs..env`](/actions/using-workflows/workflow-syntax-for-github-actions#env)
[`jobs..steps[*].env`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsenv) | | [`options`](https://jenkins.io/doc/book/pipeline/syntax/#options) | [`jobs..strategy`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategy)
[`jobs..strategy.fail-fast`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast)
[`jobs..timeout-minutes`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes) | -| [`parameters`](https://jenkins.io/doc/book/pipeline/syntax/#parameters) | [`inputs`](/actions/creating-actions/metadata-syntax-for-github-actions#inputs)
[`outputs`](/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions) | +| [`parameters`](https://jenkins.io/doc/book/pipeline/syntax/#options) | [`inputs`](/actions/creating-actions/metadata-syntax-for-github-actions#inputs)
[`outputs`](/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions) | | [`triggers`](https://jenkins.io/doc/book/pipeline/syntax/#triggers) | [`on`](/actions/using-workflows/workflow-syntax-for-github-actions#on)
[`on..types`](/actions/using-workflows/workflow-syntax-for-github-actions#onevent_nametypes)
[on..](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore)
[on..](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpull_requestpull_request_targetbranchesbranches-ignore)
[on..paths](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore) | | [`triggers { upstreamprojects() }`](https://jenkins.io/doc/book/pipeline/syntax/#triggers) | [`jobs..needs`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idneeds) | | [Jenkins cron syntax](https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax) | [`on.schedule`](/actions/using-workflows/workflow-syntax-for-github-actions#onschedule) | diff --git a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md similarity index 99% rename from content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md rename to content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md index 3a83fc7bf476..985dddccbc70 100644 --- a/content/actions/how-tos/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md +++ b/content/actions/tutorials/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md @@ -6,6 +6,7 @@ redirect_from: - /actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions - /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 versions: fpt: '*' ghes: '*' diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md similarity index 98% rename from content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md rename to content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md index 15aa01ffa872..066b7990dc9e 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md +++ b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/automating-migration-with-github-actions-importer.md @@ -5,6 +5,7 @@ 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 versions: fpt: '*' ghec: '*' diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md similarity index 90% rename from content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md rename to content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md index fc8f66249716..597f6df8268a 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md +++ b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/index.md @@ -8,7 +8,6 @@ versions: ghec: '*' children: - /automating-migration-with-github-actions-importer - - /extending-github-actions-importer-with-custom-transformers - /migrating-from-azure-devops-with-github-actions-importer - /migrating-from-bamboo-with-github-actions-importer - /migrating-from-bitbucket-pipelines-with-github-actions-importer @@ -19,5 +18,6 @@ children: 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 --- diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md similarity index 99% rename from content/actions/how-tos/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/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md index 1e108d6b8836..a5dd64bb7d2e 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md +++ b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-azure-devops-with-github-actions-importer.md @@ -14,6 +14,7 @@ shortTitle: Azure DevOps migration 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 --- [Legal notice](#legal-notice) diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md similarity index 99% rename from content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md rename to content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md index 13ff795e3589..cc01d83f1dea 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md +++ b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bamboo-with-github-actions-importer.md @@ -14,6 +14,7 @@ shortTitle: Bamboo migration 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 --- [Legal notice](#legal-notice) diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md similarity index 99% rename from content/actions/how-tos/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/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md index 6ac3263553eb..61bedbaa2227 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md +++ b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-bitbucket-pipelines-with-github-actions-importer.md @@ -14,6 +14,7 @@ shortTitle: Bitbucket Pipelines migration 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 --- [Legal notice](#legal-notice) diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md similarity index 99% rename from content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md rename to content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md index ff2396d838e0..edc1132485b6 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md +++ b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-circleci-with-github-actions-importer.md @@ -14,6 +14,7 @@ shortTitle: CircleCI migration 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 --- [Legal notice](#legal-notice) diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md similarity index 99% rename from content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md rename to content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md index f24207d79522..839e12de8c7c 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md +++ b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-gitlab-with-github-actions-importer.md @@ -14,6 +14,7 @@ shortTitle: GitLab migration 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 --- [Legal notice](#legal-notice) diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md similarity index 99% rename from content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md rename to content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md index a4953e53a912..94954c6a0e3d 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md +++ b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-jenkins-with-github-actions-importer.md @@ -14,6 +14,7 @@ shortTitle: Jenkins migration 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 --- [Legal notice](#legal-notice) diff --git a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md similarity index 99% rename from content/actions/how-tos/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/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md index 505789321b76..696a2efb51be 100644 --- a/content/actions/how-tos/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md +++ b/content/actions/tutorials/migrating-to-github-actions/using-github-actions-importer-to-automate-migrations/migrating-from-travis-ci-with-github-actions-importer.md @@ -14,6 +14,7 @@ shortTitle: Travis CI migration 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 --- [Legal notice](#legal-notice) diff --git a/content/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md b/content/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md index 5f48d9abc0ae..82d0d933c6dd 100644 --- a/content/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md +++ b/content/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md @@ -23,7 +23,6 @@ redirect_from: | Automatically test and build your application | [AUTOTITLE](/actions/automating-builds-and-tests/about-continuous-integration) | | Deploy your application | [AUTOTITLE](/actions/deployment/about-deployments/about-continuous-deployment) | | Automatically and securely package code into artifacts and containers | [AUTOTITLE](/actions/publishing-packages/about-packaging-with-github-actions) | -| Automate your project management tasks | [AUTOTITLE](/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management) | {% data variables.product.prodname_actions %} helps your team work faster at scale. When large repositories start using {% data variables.product.prodname_actions %}, pull requests are typically merged faster, allowing teams to merge more pull requests per day. diff --git a/content/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises.md b/content/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises.md index 3f2c216d20d7..402df25971a6 100644 --- a/content/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises.md +++ b/content/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises.md @@ -20,7 +20,6 @@ allowTitleToDifferFromFilename: true | Automatically test and build your application | [AUTOTITLE](/actions/automating-builds-and-tests/about-continuous-integration) | | Deploy your application | [AUTOTITLE](/actions/deployment/about-deployments/about-continuous-deployment) | | Automatically and securely package code into artifacts and containers | [AUTOTITLE](/actions/publishing-packages/about-packaging-with-github-actions) | -| Automate your project management tasks | [AUTOTITLE](/actions/managing-issues-and-pull-requests/using-github-actions-for-project-management) | {% data variables.product.prodname_actions %} helps your team work faster at scale. When large repositories start using {% data variables.product.prodname_actions %}, pull requests are typically merged faster, allowing teams to merge more pull requests per day. diff --git a/content/migrations/index.md b/content/migrations/index.md index 655ac249e85c..d31b242de0a0 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/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 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 diff --git a/content/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions.md b/content/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions.md index bb03f5fbe5cd..c8d19b71b75a 100644 --- a/content/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions.md +++ b/content/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions.md @@ -6,6 +6,8 @@ versions: ghes: '*' ghec: '*' shortTitle: Packages & Actions +redirect_from: + - /actions/publishing-packages/about-packaging-with-github-actions --- {% data reusables.package_registry.packages-ghes-release-stage %} diff --git a/content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md b/content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md index 3fc0b1986888..b5ea3e12fa32 100644 --- a/content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md +++ b/content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md @@ -6,6 +6,8 @@ redirect_from: - /github/managing-packages-with-github-packages/using-github-packages-with-github-actions - /packages/using-github-packages-with-your-projects-ecosystem/using-github-packages-with-github-actions - /packages/guides/using-github-packages-with-github-actions + - /actions/use-cases-and-examples/publishing-packages/about-packaging-with-github-actions + - /actions/concepts/use-cases/about-packaging-with-github-actions versions: fpt: '*' ghes: '*'