Files
importer-issue-ops/.github/ISSUE_TEMPLATE/gitlab_ci.md
T
2022-11-02 21:24:43 -07:00

25 lines
538 B
Markdown

---
name: GitLab
about: Migrate GitLab pipelines to GitHub Actions
title: "[GitLab]:"
labels: gitlab
assignees: ""
---
## Inputs
Provide the following required inputs:
Namespace:
_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.