From bf6eebd7e7c1f9c0440fe0741178e453c3fd95f9 Mon Sep 17 00:00:00 2001 From: Collin McNeese Date: Wed, 21 Dec 2022 10:36:06 -0600 Subject: [PATCH 1/2] adds gitlab_instance_url env to issue_ops Signed-off-by: Collin McNeese --- .github/workflows/issue_ops.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue_ops.yml b/.github/workflows/issue_ops.yml index 6c3a301..afa813b 100644 --- a/.github/workflows/issue_ops.yml +++ b/.github/workflows/issue_ops.yml @@ -19,6 +19,7 @@ env: TRAVIS_CI_ACCESS_TOKEN: ${{ secrets.travis_ci_access_token }} TRAVIS_CI_SOURCE_GITHUB_ACCESS_TOKEN: ${{ secrets.travis_ci_source_github_access_token }} GITLAB_ACCESS_TOKEN: ${{ secrets.gitlab_access_token }} + GITLAB_INSTANCE_URL: ${{ secrets.gitlab_instance_url || 'https://gitlab.com' }} CIRCLE_CI_ACCESS_TOKEN: ${{ secrets.circle_ci_access_token }} CIRCLE_CI_SOURCE_GITHUB_ACCESS_TOKEN: ${{ secrets.circle_ci_source_github_access_token }} From 5f9868e709242bfdb7bc9a59b60ffb0574f366af Mon Sep 17 00:00:00 2001 From: Collin McNeese Date: Wed, 21 Dec 2022 10:37:09 -0600 Subject: [PATCH 2/2] updates gitlab issue template Signed-off-by: Collin McNeese --- .github/ISSUE_TEMPLATE/gitlab_ci.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/gitlab_ci.md b/.github/ISSUE_TEMPLATE/gitlab_ci.md index e5f792d..71ece6a 100644 --- a/.github/ISSUE_TEMPLATE/gitlab_ci.md +++ b/.github/ISSUE_TEMPLATE/gitlab_ci.md @@ -8,10 +8,9 @@ assignees: "" ## Inputs -Provide the following required inputs: +Provide the following **required** inputs: -Namespace: -_The GitLab namespace (or group) to migrate pipelines from._ +Namespace: **Replace this text with the GitLab namespace (or group) to migrate pipelines from.** ## Available commands