0
0
mirror of https://git.sdf.org/deCloudflare/deCloudflare/ synced 2024-06-07 10:40:47 +00:00
PR
This commit is contained in:
sdfcrimeflare 2021-04-10 03:20:09 +00:00
commit 66859ef762

22
.github/workflows/lockdown.yml vendored Normal file
View File

@ -0,0 +1,22 @@
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