mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-05 21:11:39 +09:00
PR Moderation を導入 (#114)
This commit is contained in:
parent
4fe4053e8c
commit
ac818dd616
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
@ -3,16 +3,14 @@
|
||||
<!--
|
||||
以下の項目を全て確認し、満たしている場合は
|
||||
[ ] を [x] に書き換えてください。
|
||||
該当部分以外は書き換えないでください。
|
||||
-->
|
||||
|
||||
- [ ] 動作確認済み
|
||||
- [ ] 誤字脱字無し
|
||||
- [ ] <!-- Choice,multiple --> 動作確認済み
|
||||
- [ ] <!-- Choice,multiple --> 誤字脱字無し
|
||||
|
||||
---
|
||||
### 説明
|
||||
<!--
|
||||
プルリクエストの詳細を記述してください。
|
||||
また、Issueに関連する場合は、#10 の様に紐付けてください。
|
||||
このプルリクエストで該当のIssueが解決する場合は、
|
||||
"resolve #10", "close #10"の様に書いてください。
|
||||
-->
|
||||
|
18
.github/workflows/pr_moderation.yml
vendored
Normal file
18
.github/workflows/pr_moderation.yml
vendored
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user