From 636ea46a446c3456c6987230a0a222713d37a322 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 8 Jan 2021 14:33:49 +0100 Subject: [PATCH] Delete close-if-no-template.yml --- .github/workflows/close-if-no-template.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/close-if-no-template.yml diff --git a/.github/workflows/close-if-no-template.yml b/.github/workflows/close-if-no-template.yml deleted file mode 100644 index bfc9cd8cd..000000000 --- a/.github/workflows/close-if-no-template.yml +++ /dev/null @@ -1,16 +0,0 @@ -on: - issues: - types: [opened, edited] - -jobs: - auto_close_issues: - runs-on: ubuntu-latest - steps: - - 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 - 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