github · GitHub Actions Docs
Migrate To Github Actions Migrating from Travis CI with GitHub Actions Importer - GitHub Docs
A tutorial on using the GitHub Actions Importer to automate the migration of CI/CD workflows from Travis CI to GitHub Actions.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Migrate To Github Actions Migrating from Travis CI with GitHub Actions Importer - GitHub Docs
A tutorial on using the GitHub Actions Importer to automate the migration of CI/CD workflows from Travis CI to GitHub Actions.
When To Use
Use when migrating existing CI/CD pipelines from Travis CI to GitHub Actions using automated importer tools.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci-workflow-guide.md | A guide detailing the process and prerequisites for migrating from Travis CI to GitHub Actions using the GitHub Actions Importer. | Questions about a guide detailing the process and prerequisites for migrating from Travis CI to GitHub Actions using the GitHub Actio... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci-.text | The shell command used to install the GitHub Actions Importer extension via the GitHub CLI. | Exact payloads, commands, or snippets shown in The shell command used to install the GitHub Actions Importer extension via the GitHub CLI. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--2.text | The help output for the GitHub CLI actions-importer extension showing available commands and options. | Exact payloads, commands, or snippets shown in The help output for the GitHub CLI actions-importer extension showing available commands and options. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--3.text | A text snippet demonstrating the command to configure the GitHub Actions Importer for migrating from Travis CI. | Exact payloads, commands, or snippets shown in A text snippet demonstrating the command to configure the GitHub Actions Importer for migrating from Travis CI. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--4.text | A text transcript of the GitHub CLI interactive configuration process for migrating from Travis CI using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A text transcript of the GitHub CLI interactive configuration process for migrating from Travis CI using the GitHub A... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--5.text | A text snippet demonstrating the command to update the GitHub Actions Importer CLI. | Exact payloads, commands, or snippets shown in A text snippet demonstrating the command to update the GitHub Actions Importer CLI. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--6.text | A text snippet showing the command to update the GitHub Actions Importer CLI using the container registry. | Exact payloads, commands, or snippets shown in A text snippet showing the command to update the GitHub Actions Importer CLI using the container registry. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--7.text | A command line instruction for running a GitHub Actions Importer audit on a Travis CI configuration. | Exact payloads, commands, or snippets shown in A command line instruction for running a GitHub Actions Importer audit on a Travis CI configuration. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--8.text | A command line example demonstrating how to use the GitHub Actions Importer to forecast a migration from Travis CI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the GitHub Actions Importer to forecast a migration from Travis CI. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--9.text | A command line example demonstrating how to use the GitHub Actions Importer to perform a dry run migration from a Travis CI repository. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the GitHub Actions Importer to perform a dry run migration from a Tra... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--10.text | A CLI command example demonstrating how to use the GitHub Actions Importer to migrate a Travis CI repository to GitHub Actions. | Exact payloads, commands, or snippets shown in A CLI command example demonstrating how to use the GitHub Actions Importer to migrate a Travis CI repository to GitHu... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--11.text | A CLI command example for migrating a Travis CI repository to GitHub Actions using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A CLI command example for migrating a Travis CI repository to GitHub Actions using the GitHub Actions Importer. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--12.text | A CLI command example demonstrating how to perform a dry run migration from Travis CI to GitHub Actions using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A CLI command example demonstrating how to perform a dry run migration from Travis CI to GitHub Actions using the Git... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--13.text | A CLI command example demonstrating how to perform a dry run migration from Travis CI to GitHub Actions using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A CLI command example demonstrating how to perform a dry run migration from Travis CI to GitHub Actions using the Git... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--14.text | A CLI command example for auditing a Travis CI configuration using the GitHub Actions Importer tool. | Exact payloads, commands, or snippets shown in A CLI command example for auditing a Travis CI configuration using the GitHub Actions Importer tool. |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--15.text | A configuration file specifying the repository slugs and paths for Travis CI repositories to be migrated using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A configuration file specifying the repository slugs and paths for Travis CI repositories to be migrated using the Gi... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--16.text | A CLI command demonstrating how to perform a dry run migration from a Travis CI repository using the GitHub Actions Importer. | Exact payloads, commands, or snippets shown in A CLI command demonstrating how to perform a dry run migration from a Travis CI repository using the GitHub Actions I... |
examples/actions-migrate-to-github-automated-migrations-migrating-from-travis-ci--17.text | The MIT License text governing the use of the GitHub Actions Importer for Travis CI migrations. | Exact payloads, commands, or snippets shown in The MIT License text governing the use of the GitHub Actions Importer for Travis CI migrations. |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Migrate to GitHub Actions / - Automated migrations / - Travis CI migration
- Main sections:
In this article,About migrating from Travis CI with GitHub Actions Importer,Prerequisites,Limitations,Manual tasks.
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/travis-ci-migration
