From da2adf305950b54567dc075aba131473ea446d80 Mon Sep 17 00:00:00 2001 From: Ben Hirschberg <59160382+slashben@users.noreply.github.com> Date: Wed, 24 Aug 2022 14:01:43 +0300 Subject: [PATCH] Update close-typos-issues.yaml --- .github/workflows/close-typos-issues.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-typos-issues.yaml b/.github/workflows/close-typos-issues.yaml index 0b554a8e..46b3275b 100644 --- a/.github/workflows/close-typos-issues.yaml +++ b/.github/workflows/close-typos-issues.yaml @@ -11,8 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Automatically close issues that don't follow the issue template + - name: Automatically close typo issues uses: lucasbento/auto-close-issues@v1.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - issue-close-message: "@${issue.user.login}: Hello! :wave:\n\nThis issue is being automatically closed, Please open a PR with a relevant fix." \ No newline at end of file + issue-close-message: "@${issue.user.login}: Hello! :wave:\n\nThis issue is being automatically closed, Please open a PR with a relevant fix."