portable: include utf8d.h in dist tarball
[got-portable.git] / .github / workflows / closepr.yml
blob7a612a85e9f98a9b0f6e2f2a39f4a2d7ec0d44da
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"