Add Bamboo documentation

This commit is contained in:
chaseshak
2023-08-10 09:36:18 -05:00
parent 8e7b2472e2
commit 40e55b9860
2 changed files with 29 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
---
name: Bamboo
about: Migrate Bamboo pipelines to GitHub Actions
title: "[Bamboo]:"
labels: bamboo
assignees: ""
---
## Inputs
Plan Slug: _Replace this text with the Bamboo plan slug (e.g. PAN-SLUG) to migrate pipelines from._
## Available commands
The following commands can be executed by adding a comment to this issue:
- `/audit`
- `/dry-run --plan-type build|deployment`
- `/migrate --plan-type pipeline|deployment --target-url :github-repository-url`
**Note:** The `plan-type` option will default to `build` if omitted. If any remaining options are missing, the command will not be successful.