Skip to content

Commit

Permalink
Try auto close
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO committed Jul 6, 2022
1 parent e7f177f commit 5cb1099
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-close-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 5cb1099

Please sign in to comment.