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

820 B

name, about, title, labels, assignees
name about title labels assignees
Azure DevOps Migrate Azure DevOps pipelines to GitHub Actions [Azure DevOps]: azure-devops

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.