Files
Tiago Pascoal 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

25 lines
820 B
Markdown

---
name: Azure DevOps
about: Migrate Azure DevOps pipelines to GitHub Actions
title: "[Azure DevOps]:"
labels: azure-devops
assignees: ""
---
## 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 to `pipeline` if omitted. If any remaining options are missing, the command will not be successful.