Add auto close pr action

This commit is contained in:
wong2 2025-09-21 15:14:09 +08:00 committed by GitHub
parent 0397d7bc24
commit 2820f25348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Close Pull Request
on:
pull_request_target:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
# Optional. Post a issue comment just before closing a pull request.
comment: "We do not accept PRs. Please submit your MCP on the website: https://mcpservers.org/submit"