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
24 lines
565 B
Markdown
24 lines
565 B
Markdown
---
|
|
name: GitLab
|
|
about: Migrate GitLab pipelines to GitHub Actions
|
|
title: "[GitLab]:"
|
|
labels: gitlab
|
|
assignees: ""
|
|
---
|
|
|
|
## Inputs
|
|
|
|
Provide the following **required** inputs:
|
|
|
|
Namespace: _Replace this text with the GitLab namespace (or group) to migrate pipelines from._
|
|
|
|
## Available commands
|
|
|
|
The following commands can be executed by adding a comment to this issue:
|
|
|
|
- `/audit`
|
|
- `/dry-run --project :project-name`
|
|
- `/migrate --project :project-name --target-url :github-repository-url`
|
|
|
|
**Note**: If any options are missing, the command will not be successful.
|