From 252ef879514adba4c9f625f3a0134413df439d29 Mon Sep 17 00:00:00 2001 From: chaseshak Date: Thu, 10 Aug 2023 09:59:02 -0500 Subject: [PATCH] Fix typo in issue template --- .github/ISSUE_TEMPLATE/bamboo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bamboo.md b/.github/ISSUE_TEMPLATE/bamboo.md index 32d4083..85d25cb 100644 --- a/.github/ISSUE_TEMPLATE/bamboo.md +++ b/.github/ISSUE_TEMPLATE/bamboo.md @@ -16,6 +16,6 @@ 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` +- `/migrate --plan-type build|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.