Skip to content

Commit 0db3ae7

Browse files
authored
Improve actions (#7088)
1 parent b9838c6 commit 0db3ae7

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/close-pull-request.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ on:
66

77
jobs:
88
run:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: superbrothers/close-pull-request@v3
12-
with:
13-
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! "
9+
uses: hyperf/.github/.github/workflows/close-pull-request.yml@main

.github/workflows/release.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,4 @@ name: Release
88

99
jobs:
1010
release:
11-
name: Release
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Checkout code
15-
uses: actions/checkout@v4
16-
- name: Create Release
17-
id: create_release
18-
uses: actions/create-release@v1
19-
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
with:
22-
tag_name: ${{ github.ref }}
23-
release_name: Release ${{ github.ref }}
24-
draft: false
25-
prerelease: false
11+
uses: hyperf/.github/.github/workflows/release.yml@main

0 commit comments

Comments
 (0)