deCloudflare/.github/workflows/lockdown.yml

23 lines
505 B
YAML
Raw Normal View History

2022-02-08 01:05:25 -05:00
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.
2022-02-08 01:07:26 -05:00
Please help us at http://crimeflare.eu.org
2022-02-08 01:05:25 -05:00
skip-closed-issue-comment: true
skip-closed-pr-comment: true