Merge pull request #5 from mgomes/bugfix/fix-circleci-template

Fixes to CircleCI Issue Template
This commit is contained in:
Ethan Dennis
2022-08-26 12:25:43 -07:00
committed by GitHub
+3 -4
View File
@@ -10,15 +10,14 @@ assignees: ""
Provide the following required inputs: Provide the following required inputs:
Organization: Organization: _The Circle CI organization to migrate pipelines from._
_The Circle CI organization to migrate pipelines from._
## Available commands ## Available commands
The following commands can be executed by adding a comment to this issue: The following commands can be executed by adding a comment to this issue:
- `/audit` - `/audit`
- `/dry-run --repository :repository-name` - `/dry-run --project :repository-name`
- `/migrate --repository :repository-name --target-url :github-repository-url` - `/migrate --project :repository-name --target-url :github-repository-url`
**Note**: If any options are missing, the command will not be successful. **Note**: If any options are missing, the command will not be successful.