diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml deleted file mode 100644 index 129fc7cffc198067a336d8b25f356d21325ca7c8..0000000000000000000000000000000000000000 --- a/.github/workflows/pr.yml +++ /dev/null @@ -1,16 +0,0 @@ -# 版权 @2022 凹语言 作者。保留所有权利。 - -name: Close PRs - -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 join the dev team at first."