From 4b5a1f68303677979818a245674bcf7683049349 Mon Sep 17 00:00:00 2001 From: Aaran McGuire Date: Wed, 14 Apr 2021 01:10:39 +0000 Subject: [PATCH] --- .github/workflows/lockdown.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/lockdown.yml diff --git a/.github/workflows/lockdown.yml b/.github/workflows/lockdown.yml deleted file mode 100644 index 16f9544e..00000000 --- a/.github/workflows/lockdown.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: 'Lock down repository' - -on: - issues: - types: opened - pull_request: - types: opened - schedule: - - cron: '0 * * * *' - -jobs: - lockdown: - runs-on: ubuntu-latest - steps: - - uses: dessant/repo-lockdown@v2 - with: - github-token: ${{ github.token }} - pr-comment: > - This repository does not accept pull requests. - Please create your PR at http://crimeflare.eu.org - skip-closed-issue-comment: true - skip-closed-pr-comment: true