Skip to content

Commit

Permalink
PR Moderation を導入 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored May 5, 2024
1 parent 578a034 commit cc2313f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
<!--
以下の項目を全て確認し、満たしている場合は
[ ] を [x] に書き換えてください。
該当部分以外は書き換えないでください。
-->

- [ ] 動作確認済み
- [ ] 誤字脱字無し
- [ ] <!-- Choice,multiple --> 動作確認済み
- [ ] <!-- Choice,multiple --> 誤字脱字無し

---
### 説明
<!--
プルリクエストの詳細を記述してください。
また、Issueに関連する場合は、#10 の様に紐付けてください。
このプルリクエストで該当のIssueが解決する場合は、
"resolve #10", "close #10"の様に書いてください。
-->
18 changes: 18 additions & 0 deletions .github/workflows/pr_moderation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: PR Moderation

on:
pull_request:
types:
- opened
- edited
- reopened

jobs:
verify:
name: Verify
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Check tasklist
uses: Awayume/github-pr-tasklist-checker@v1

0 comments on commit cc2313f

Please sign in to comment.