Create forbid_prs.yml

pull/2/head
Dan Gazizullin 2023-11-04 22:03:34 +03:00 committed by GitHub
parent ce1f24f033
commit 7e5488a4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
name: Close All Pull Requests
on:
schedule:
- cron: '*/5 * * * *'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: crondaemon/close-pr@v1
with:
comment: "We do not accept PRs."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}