Skip to content

Commit 6c2c8de

Browse files
committed
ci: added checklist validator
1 parent 72d8384 commit 6c2c8de

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 📝 Checklist Validator
2+
run-name: 📝 Checklist Validator for issue ${{ github.event.issue.number }}
3+
4+
on:
5+
issues:
6+
types:
7+
- closed
8+
9+
jobs:
10+
checklist-validation:
11+
name: ✅ Checklist Completion Check
12+
runs-on: ubuntu-22.04
13+
steps:
14+
- uses: manticoresoftware/manticoresearch/actions/checklist-validator@master
15+

0 commit comments

Comments
 (0)