Reads pull request body and makes sure that items are checked or struck out to make reading descriptions easier for maintainers and contributors.
inputs:
checklist-items:
description: List of newline separated check list items that should be checked our struck out, e.g. `DCO added to all commits`
required: true
name: "PR description check"
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: peternied/[email protected]
with:
checklist-items: |
Added unit test(s)
- Ignore items where the checkbox is part of the strike-through by @msfroh
- Initial Release