From 2978fa6f8f4145cf3dac5044364756bc5faa692a Mon Sep 17 00:00:00 2001 From: Deeka Wong <8337659+huangdijia@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:20:46 +0800 Subject: [PATCH] Improve close-pull-request actions --- .github/workflows/close-pull-request.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/close-pull-request.yml b/.github/workflows/close-pull-request.yml index fa4b5ca..8605acc 100644 --- a/.github/workflows/close-pull-request.yml +++ b/.github/workflows/close-pull-request.yml @@ -6,8 +6,4 @@ on: 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.

Thanks!" + uses: friendsofhyperf/.github/.github/workflows/close-pull-request.yml@main