mirror of https://github.com/coddrago/Heroku
Create forbid_prs.yml
parent
ce1f24f033
commit
7e5488a4ae
|
@ -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 }}
|
Loading…
Reference in New Issue