jcantosz/PR Description Validator
Ensures PR descriptions follow standardized templates with proper checkboxes, semantic commits, issue references, and labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 1, 2025
- License
- None
Pinned Snippet
uses: jcantosz/action-check-pr-description@5c5c5c895799e366a206bc8b186f9927325c2ddd # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config_file | Path to configuration file (supports .md files with frontmatter or direct .yml/.yaml config files) | no | .github/pull_request_template.md |
| config_branch | Branch to fetch the configuration file from. If not specified, uses the current branch. | no | "" |
| fail_on_error | Whether to fail the workflow if validation fails | no | true |
| github_token | GitHub token for API access | no | — |
Outputs
| name | description |
|---|---|
| validation-result | Result of validation (passed/failed) |
| validation-errors | List of validation errors found |