mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 19:58:22 +08:00
Create close-pull-request.yml (#4792)
This commit is contained in:
parent
bf12f37f7a
commit
ee061d5f93
13
src/coordinator/.github/workflows/close-pull-request.yml
vendored
Normal file
13
src/coordinator/.github/workflows/close-pull-request.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Close Pull Request
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: superbrothers/close-pull-request@v3
|
||||
with:
|
||||
comment: "Hi, this is a READ-ONLY repository, please submit your PR on the https://github.com/hyperf/hyperf repository.<br><br> This Pull Request will close automatically.<br><br> Thanks! "
|
Loading…
Reference in New Issue
Block a user