.github: auto close PRs Automatically close PRs on the GitHub mirror of this repo
1 files changed, 13 insertions(+), 0 deletions(-) A .github/workflows/main.yml
A .github/workflows/main.yml => .github/workflows/main.yml +13 -0
@@ 0,0 1,13 @@ name: PR Closer on: [pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Auto Close uses: superbrothers/auto-close-action@v0.0.1 env: COMMENT: This repo is a mirror and does not accept PRs. See `README.md` and `CONTRIBUTING.md` for more information. Thanks for submitting a patch! GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}