Skip to content

Commit

Permalink
Merge pull request #4379 from elmas3/auto-close
Browse files Browse the repository at this point in the history
Auto close PR
  • Loading branch information
llminatoll committed Mar 28, 2023
2 parents e7f177f + d2a7d17 commit 6c038b3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/auto-close-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Close Pull Request

on:
pull_request_target:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
# Optional. Post a issue comment just before closing a pull request.
comment: "プルリクエストありがとうございます👏
現在たくさんのプルリクをいただいているため、セキュリティ上の理由によりマージすることができません。そのため自動でクローズさせていただきますね😄
ぜひ、何度でも練習してください🎵
📝エルマスより"

0 comments on commit 6c038b3

Please sign in to comment.