From b10bede977cb9e96347e9a4482412ec2928cda2a Mon Sep 17 00:00:00 2001 From: Hartmut Date: Tue, 12 Sep 2023 23:19:29 +0200 Subject: [PATCH] fix: adds migration for GH issue templates --- .github/workflows/0.initial.migrate-repo-template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/0.initial.migrate-repo-template.yml b/.github/workflows/0.initial.migrate-repo-template.yml index 1141042..045641c 100644 --- a/.github/workflows/0.initial.migrate-repo-template.yml +++ b/.github/workflows/0.initial.migrate-repo-template.yml @@ -128,6 +128,11 @@ jobs: sed -i "s@$GITHUB_REPOSITORY_OLD@$GITHUB_REPOSITORY@g" CONTRIBUTING.md sed -i "s@$ARTIFACT_NAME_OLD@$GITHUB_REPOSITORY_NAME@g" CONTRIBUTING.md + # ISSUE_TEMPLATEs + sed -i "s@$GITHUB_REPOSITORY_OLD@$GITHUB_REPOSITORY@g" .github/ISSUE_TEMPLATE/bug-report.yml + sed -i "s@$GITHUB_REPOSITORY_OLD@$GITHUB_REPOSITORY@g" .github/ISSUE_TEMPLATE/config.yml + sed -i "s@$GITHUB_REPOSITORY_OLD@$GITHUB_REPOSITORY@g" .github/ISSUE_TEMPLATE/feature-request.yml + # CODE_OF_CONDUCT sed -i "s/info@thriving.dev/$INPUT_EMAIL/g" CODE_OF_CONDUCT.md