From a9b9f17aa3bf9e2a523ddec01829d5f6bffc648c Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Mar 2024 02:50:50 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bfc9cd8c..f0d08fd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,5 @@ jobs: - name: Automatically close issues that don't follow the issue template 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 because it does not follow the issue template." # optional property closed-issues-label: "🙁 Not following issue template" # optional property