From 6cc0cbbf7288f9eb240f36e0392b3782de4be42d Mon Sep 17 00:00:00 2001 From: Valentin Date: Sun, 21 May 2023 22:30:13 +0200 Subject: [PATCH] Delete autoclose.yml --- .github/workflows/autoclose.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/autoclose.yml diff --git a/.github/workflows/autoclose.yml b/.github/workflows/autoclose.yml deleted file mode 100644 index 6c9c7413..00000000 --- a/.github/workflows/autoclose.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Issue Auto Closing - -on: - issues: - types: - - opened - -jobs: - autoclose: - runs-on: ubuntu-latest - steps: - - name: Close Condition - if: contains(toJson(github.event.issue.body), '### Game\r\n\r\nFortnite') - uses: peter-evans/close-issue@v2 - with: - comment: Fortnite related issues are not allowed here. Join the [discord server](https://fmodel.app/discord) and read the common errors channel instead.