From a337467ca96892ecf01937c2618cae7d86adc4a4 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Sat, 29 Oct 2022 06:46:20 +0800 Subject: [PATCH] Delete pr.yml --- .github/workflows/pr.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml deleted file mode 100644 index 129fc7c..0000000 --- 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." -- GitLab