codeinwp/Pull Request Checklist Helper
Ensure that any checklists pull request body is completed, and add labels to the pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub API token to use | no | ${{ github.token }} |
| requireChecklist | Require a checklist to exist | no | false |
| onlyCheckBody | Only check the pull request body | no | false |
| allowStrikeThrough | Allow strikethrough items | no | false |
| completedLabel | The label to add when the checklist is completed | no | checklist-completed |
| incompleteLabel | The label to add when the checklist is incomplete | no | checklist-incomplete |
| skipLabel | The label used to skip the checklist | no | allow-checklist-skip |
Outputs
no outputs