Updating distribution

This commit is contained in:
Valet Bot
2022-01-07 19:45:53 +00:00
parent 74be75ac84
commit 51b31a805e
60 changed files with 1895 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
---
name: Azure DevOps
about: Migrate Azure DevOps pipelines to GitHub Actions with Valet
title: "[Azure DevOps]:"
labels: azure-devops
assignees: ""
---
## Inputs
Provide the following required inputs:
Organization:
_The Azure DevOps organization to migrate pipelines from._
Project:
_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.
+24
View File
@@ -0,0 +1,24 @@
---
name: Circle CI
about: Migrate Circle CI pipelines to GitHub Actions with Valet
title: "[Circle CI]:"
labels: circle-ci
assignees: ""
---
## Inputs
Provide the following required inputs:
Organization:
_The Circle CI organization to migrate pipelines from._
## Available commands
The following commands can be executed by adding a comment to this issue:
- `/audit`
- `/dry-run --repository :repository-name`
- `/migrate --repository :repository-name --target-url :github-repository-url`
**Note**: If any options are missing, the command will not be successful.
+24
View File
@@ -0,0 +1,24 @@
---
name: GitLab CI
about: Migrate GitLab CI pipelines to GitHub Actions with Valet
title: "[GitLab CI]:"
labels: gitlab
assignees: ""
---
## Inputs
Provide the following required inputs:
Namespace:
_The GitLab CI 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.
+24
View File
@@ -0,0 +1,24 @@
---
name: Jenkins
about: Migrate Jenkins jobs to GitHub Actions with Valet
title: "[Jenkins]:"
labels: jenkins
assignees: ""
---
## Inputs
Provide the following optional inputs:
Folders:
_Include specific folders in an audit_
## Available commands
The following commands can be executed by adding a comment to this issue:
- `/audit`
- `/dry-run --source-url :jenkins-job-url`
- `/migrate --source-url :jenkins-job-url --target-url :github-repository-url`
**Note**: If any options are missing, the command will not be successful.
+24
View File
@@ -0,0 +1,24 @@
---
name: Travis CI
about: Migrate Travis CI pipelines to GitHub Actions with Valet
title: "[Travis CI]:"
labels: travis-ci
assignees: ""
---
## Inputs
Provide the following required inputs:
Organization:
_The Travis CI organization to migrate pipelines from._
## Available commands
The following commands can be executed by adding a comment to this issue:
- `/audit`
- `/dry-run --repository :repository-name`
- `/migrate --repository :repository-name --target-url :github-repository-url`
**Note**: If any options are missing, the command will not be successful.