Skip to content

Commit

Permalink
Merge pull request #40 from mineadmin/patch-1
Browse files Browse the repository at this point in the history
Fix the controller generation zip judgement failure problem
  • Loading branch information
zds-s authored Mar 12, 2024
2 parents 2627d6c + b99b9a2 commit 36a04d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/close-pull-request.yml
Original file line number Diff line number Diff line change
@@ -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/mineadmin/components repository.<br><br> This Pull Request will close automatically.<br><br> Thanks! "

0 comments on commit 36a04d5

Please sign in to comment.