Skip to content

Close All Pull Requests #2335

Close All Pull Requests

Close All Pull Requests #2335

Workflow file for this run

name: Close All Pull Requests
on:
schedule:
- cron: '*/5 * * * *'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: crondaemon/close-pr@v1
with:
# Optional. Post a issue comment just before closing a pull request.
comment: "We do not accept PRs. If you have any questions, please feel free to contact us."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}