From 07859c529dea959dcd9f3fa9eddc72247371e816 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 20 Aug 2022 15:37:27 +0200 Subject: [PATCH] [skip ci] small fix to the issue closer --- .github/workflows/issue-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue-action.yml b/.github/workflows/issue-action.yml index f591851d..2b64c3d2 100644 --- a/.github/workflows/issue-action.yml +++ b/.github/workflows/issue-action.yml @@ -22,6 +22,7 @@ jobs: title-excludes: '' comment-title: '### Your issue looks similar to these issues:.\n\nPlease close if duplicate.' comment-body: '${index}. ${similarity} #${number}' + - uses: actions/checkout@v2 - name: Automatically close issues that dont follow the issue template uses: lucasbento/auto-close-issues@v1.0.2 with: