This commit is contained in:
Aaran McGuire 2021-04-14 01:10:39 +00:00
parent 0bd50b1a3a
commit 4b5a1f6830
1 changed files with 0 additions and 22 deletions

View File

@ -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