GitHub Actions Importer helps you plan and automate the migration of Azure DevOps, CircleCI, GitLab, Jenkins, and Travis CI pipelines to GitHub Actions.
Organization: Replace this text with the Azure DevOps organization to migrate pipelines from.
Project: Replace this text with the Azure DevOps project to migrate pipelines from.
Available commands
The following commands can be executed by adding a comment to this issue:
Inputs
Provide the following required inputs:
Organization: Replace this text with the Azure DevOps organization to migrate pipelines from. Project: Replace this text with the Azure DevOps project to migrate pipelines from.
Available commands
The following commands can be executed by adding a comment to this issue:
/audit
/dry-run --pipeline-type pipeline|release --pipeline-id :pipeline-id
/migrate --pipeline-type pipeline|release --pipeline-id :pipeline-id --target-url :github-repository-url
Note: The
pipeline-type
option will default topipeline
if omitted. If any remaining options are missing, the command will not be successful.