Blob


1 name: Close Pull Request
3 on:
4 pull_request_target:
5 types: [opened]
7 jobs:
8 run:
9 runs-on: ubuntu-latest
10 steps:
11 - uses: superbrothers/close-pull-request@v3
12 with:
13 # Optional. Post a issue comment just before closing a pull request.
14 comment: "We do not accept PRs. Please send any patches to the GoT mailing list. See: https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=gameoftrees"