Files
importer-issue-ops/.github/ISSUE_TEMPLATE/circle_ci.md
T
Tiago PascoalandGitHub fba0aa5993 Improve consistency of issue templates
The content to be replaced is now on the same line for (Azure Devops, CircleCI and Jenkins). Since we expect values to be on the same line as the attributes, some templates were putting into on different line which might confuse users

Issue templates for different providers are more consistent with similar wording for the inputs
2023-01-12 18:19:24 +00:00

24 lines
573 B
Markdown

---
name: CircleCI
about: Migrate CircleCI pipelines to GitHub Actions
title: "[CircleCI]:"
labels: circle-ci
assignees: ""
---
## Inputs
Provide the following required inputs:
Organization: _Replace this text with the CircleCI organization to migrate pipelines from._
## Available commands
The following commands can be executed by adding a comment to this issue:
- `/audit`
- `/dry-run --project :repository-name`
- `/migrate --project :repository-name --target-url :github-repository-url`
**Note**: If any options are missing, the command will not be successful.