From 70d764b8df0138fe8c088900c4cf288629143cfa Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Tue, 31 Jan 2023 15:01:35 -0500 Subject: [PATCH] don't use the default template name for this --- .github/{ISSUE_TEMPLATE.md => NEW_VERSION_ISSUE_TEMPLATE.md} | 0 .github/workflows/new-version.yml | 2 ++ 2 files changed, 2 insertions(+) rename .github/{ISSUE_TEMPLATE.md => NEW_VERSION_ISSUE_TEMPLATE.md} (100%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/NEW_VERSION_ISSUE_TEMPLATE.md similarity index 100% rename from .github/ISSUE_TEMPLATE.md rename to .github/NEW_VERSION_ISSUE_TEMPLATE.md diff --git a/.github/workflows/new-version.yml b/.github/workflows/new-version.yml index c508893f..4486be49 100644 --- a/.github/workflows/new-version.yml +++ b/.github/workflows/new-version.yml @@ -43,6 +43,8 @@ jobs: if: ${{ steps.status.outputs.status == 'failure' }} - uses: JasonEtco/create-an-issue@v2 if: ${{ steps.status.outputs.status == 'failure' }} + with: + filename: .github/NEW_VERSION_ISSUE_TEMPLATE.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PACKAGE: ${{ inputs.projects }}