From 242504edbdceba87451e8f28e09cffa89c24b55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Sun, 30 Jun 2024 11:09:47 +0200 Subject: [PATCH] Update auto-close.yaml --- .github/workflows/auto-close.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-close.yaml b/.github/workflows/auto-close.yaml index 57e4507..60e7628 100644 --- a/.github/workflows/auto-close.yaml +++ b/.github/workflows/auto-close.yaml @@ -9,10 +9,10 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Automatically close issues that don't follow the issue template - uses: lucasbento/auto-close-issues@v1.0.2 + uses: roots/issue-closer@v1.1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} - closed-issues-label: "bad-issue-template" + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-pattern: ".*Describe the bug.*" issue-close-message: |- @${issue.user.login}: hello! :wave: