Skip to content

Commit

Permalink
添加关闭拉取请求的工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Nov 27, 2024
1 parent a03cf3c commit 94052c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/close-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Close Pull Request

on:
workflow_call:

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "Thank you for your pull request. However, you have submitted this PR on the friendsofhyperf organization which is a read-only sub split of `friendsofhyperf/components`. Please submit your PR on the https://github.com/friendsofhyperf/components repository.<br><br>Thanks!"

0 comments on commit 94052c0

Please sign in to comment.