Delete pr.yml
This commit is contained in:
parent
0b22edecfd
commit
a337467ca9
|
|
@ -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."
|
||||
Loading…
Reference in New Issue