From 6200e1ffb980082cf2b3250848f1285e381108c4 Mon Sep 17 00:00:00 2001 From: Mauricio Gomes Date: Fri, 26 Aug 2022 14:46:49 -0400 Subject: [PATCH 1/2] CircleCI org name needs to be on the same line --- .github/ISSUE_TEMPLATE/circle_ci.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/circle_ci.md b/.github/ISSUE_TEMPLATE/circle_ci.md index e762812..6c9d79c 100644 --- a/.github/ISSUE_TEMPLATE/circle_ci.md +++ b/.github/ISSUE_TEMPLATE/circle_ci.md @@ -10,8 +10,7 @@ assignees: "" Provide the following required inputs: -Organization: -_The Circle CI organization to migrate pipelines from._ +Organization: _The Circle CI organization to migrate pipelines from._ ## Available commands From bfd7e9e3085c4b62d77ed64eb6dca5e410622ba6 Mon Sep 17 00:00:00 2001 From: Mauricio Gomes Date: Fri, 26 Aug 2022 14:52:00 -0400 Subject: [PATCH 2/2] Fix arguments for the CircleCI's issue template --- .github/ISSUE_TEMPLATE/circle_ci.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/circle_ci.md b/.github/ISSUE_TEMPLATE/circle_ci.md index 6c9d79c..f6285db 100644 --- a/.github/ISSUE_TEMPLATE/circle_ci.md +++ b/.github/ISSUE_TEMPLATE/circle_ci.md @@ -17,7 +17,7 @@ Organization: _The Circle CI organization to migrate pipelines from._ 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` +- `/dry-run --project :repository-name` +- `/migrate --project :repository-name --target-url :github-repository-url` **Note**: If any options are missing, the command will not be successful.