Skip to content

Commit 85ec905

Browse files
committed
所有组件自动关闭 PR,引导到主仓库提交 [no ci]
1 parent 3882342 commit 85ec905

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pr.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Close Pull Request
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: superbrothers/close-pull-request@v3
12+
with:
13+
comment: "首先非常感谢您的 PR,但本仓库不支持提交 PR,请到主仓库提交:https://github.com/imiphp/imi"

0 commit comments

Comments
 (0)