forked from elmas3/pull-request-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request elmas3#4379 from elmas3/auto-close
Auto close PR
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "プルリクエストありがとうございます👏 | ||
現在たくさんのプルリクをいただいているため、セキュリティ上の理由によりマージすることができません。そのため自動でクローズさせていただきますね😄 | ||
ぜひ、何度でも練習してください🎵 | ||
📝エルマスより" | ||
|