2753 error panel needs extending to accept two errors for one input #52
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
name: Checklist Checker | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
- reopened | |
jobs: | |
check-tasks: | |
name: Check tasks | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/require-checklist-action@v2 | |
with: | |
requireChecklist: false |