25 lines
560 B
Markdown
25 lines
560 B
Markdown
---
|
|
name: Travis CI
|
|
about: Migrate Travis CI pipelines to GitHub Actions
|
|
title: "[Travis CI]:"
|
|
labels: travis-ci
|
|
assignees: ""
|
|
---
|
|
|
|
## Inputs
|
|
|
|
Provide the following required inputs:
|
|
|
|
Organization:
|
|
_The Travis CI organization to migrate pipelines from._
|
|
|
|
## Available commands
|
|
|
|
The following commands can be executed by adding a comment to this issue:
|
|
|
|
- `/audit`
|
|
- `/dry-run --repository :repository-name`
|
|
- `/migrate --repository :repository-name --target-url :github-repository-url`
|
|
|
|
**Note**: If any options are missing, the command will not be successful.
|