github · GitHub Actions Docs
Migrate To Github Actions Automating migration with GitHub Actions Importer - GitHub Docs
A tutorial on using the GitHub Actions Importer to automate the migration of CI/CD workflows from other platforms to GitHub Actions.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Migrate To Github Actions Automating migration with GitHub Actions Importer - GitHub Docs
A tutorial on using the GitHub Actions Importer to automate the migration of CI/CD workflows from other platforms to GitHub Actions.
When To Use
Use when migrating existing CI/CD pipelines from external providers to GitHub Actions using automated tooling.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-migrate-to-github-automated-migrations-automating-migration-with-workflow-guide.md | A guide explaining how to use the GitHub Actions Importer to automate the migration of CI workflows to GitHub Actions. | Questions about a guide explaining how to use the GitHub Actions Importer to automate the migration of CI workflows to GitHub Actions. |
examples/actions-migrate-to-github-automated-migrations-automating-migration-with.text | The shell command to install the GitHub Actions Importer extension using the GitHub CLI. | Exact payloads, commands, or snippets shown in The shell command to install the GitHub Actions Importer extension using the GitHub CLI. |
examples/actions-migrate-to-github-automated-migrations-automating-migration-with-2.text | The output of the GitHub CLI actions-importer help command showing available commands and options. | Exact payloads, commands, or snippets shown in The output of the GitHub CLI actions-importer help command showing available commands and options. |
examples/actions-migrate-to-github-automated-migrations-automating-migration-with-3.text | A text snippet demonstrating the command to update the GitHub Actions Importer using the GitHub CLI. | Exact payloads, commands, or snippets shown in A text snippet demonstrating the command to update the GitHub Actions Importer using the GitHub CLI. |
examples/actions-migrate-to-github-automated-migrations-automating-migration-with-4.text | A text representation of the gh actions-importer configure command used to set up the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A text representation of the gh actions-importer configure command used to set up the GitHub Actions Importer. |
examples/actions-migrate-to-github-automated-migrations-automating-migration-with-5.text | A list of CLI commands and descriptions for auditing Azure DevOps, Bamboo, and CircleCI instances using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A list of CLI commands and descriptions for auditing Azure DevOps, Bamboo, and CircleCI instances using the GitHub Ac... |
examples/actions-migrate-to-github-automated-migrations-automating-migration-with-6.text | A list of CLI commands demonstrating how to use the GitHub Actions Importer forecast command for various CI providers like Azure DevOps, Bamboo, and Jenkins. | Exact payloads, commands, or snippets shown in A list of CLI commands demonstrating how to use the GitHub Actions Importer forecast command for various CI providers... |
examples/actions-migrate-to-github-automated-migrations-automating-migration-with-7.text | A text representation of the help output for the gh actions-importer dry-run command showing available pipeline conversion options. | Exact payloads, commands, or snippets shown in A text representation of the help output for the gh actions-importer dry-run command showing available pipeline conve... |
examples/actions-migrate-to-github-automated-migrations-automating-migration-with-8.text | A text representation of the help command output for the GitHub Actions Importer migrate operation, listing supported source platforms. | Exact payloads, commands, or snippets shown in A text representation of the help command output for the GitHub Actions Importer migrate operation, listing supported... |
examples/actions-migrate-to-github-automated-migrations-automating-migration-with-9.text | The MIT License text governing the use of the GitHub Actions Importer software. | Exact payloads, commands, or snippets shown in The MIT License text governing the use of the GitHub Actions Importer software. |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Migrate to GitHub Actions / - Automated migrations / - Use GitHub Actions Importer
- Main sections:
In this article,About GitHub Actions Importer,Supported CI platforms,Prerequisites,Installing the GitHub Actions Importer CLI extension.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/tutorials/migrate-to-github-actions/automated-migrations/use-github-actions-importer
