diff --git a/readme.md b/readme.md index df36a2f..6cc1da8 100644 --- a/readme.md +++ b/readme.md @@ -1,16 +1,17 @@ -# GitHub Actions Importer learning labs +# GitHub Actions Importer labs [GitHub Actions Importer](https://docs.github.com/en/actions/migrating-to-github-actions/automating-migration-with-github-actions-importer) helps plan, forecast, and automate the migration of Azure DevOps, CircleCI, GitLab, Jenkins, and Travis CI pipelines to GitHub Actions. This repository contains learning paths that teach you how to use GitHub Actions Importer and how to approach migrations to Actions. > **Note**: GitHub Actions Importer is currently available as a public preview. Visit the [sign up page](https://github.com/features/actions-importer/signup) to request access to the preview. +## Choose your learning path To get started: 1. Use the `actions/importer-labs` repository as a template to [generate](https://github.com/actions/importer-labs/generate) a new GitHub repository. -2. Select which learning path to begin with. There are currently learning paths for: - - [Migrations from Azure DevOps to GitHub Actions](/azure_devops/readme.md) - - [Migrations from CircleCI to GitHub Actions](/circle_ci/readme.md) - - [Migrations from GitLab to GitHub Actions](/gitlab/readme.md) - - [Migrations from Jenkins to GitHub Actions](/jenkins/readme.md) - - [Migrations from Travis CI to GitHub Actions](/travis/readme.md) +2. Choose where to start. There are currently learning paths for: + - [Migrating from Azure DevOps to GitHub Actions](/azure_devops/readme.md) + - [Migrating from CircleCI to GitHub Actions](/circle_ci/readme.md) + - [Migrating from GitLab to GitHub Actions](/gitlab/readme.md) + - [Migrating from Jenkins to GitHub Actions](/jenkins/readme.md) + - [Migrating from Travis CI to GitHub Actions](/travis/readme.md) 3. Each learning path describes how to configure your codespace, bootstrap a CI/CD environment, and troubleshoot GitHub Actions Importer.