jadrol/PR description checker
Checks if PR description is present, in case of templated description it checks whether it is filled in or not
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | yes | — |
| exempt-labels | PR labels that should be skipped, comma separated | — | "" |
| template-path | Path to PR template if custom | — | ./.github/PULL_REQUEST_TEMPLATE.md |
| comment | Whether to add comment to PR | — | true |
| comment-empty-description | Comment to use when empty description | — | PR description is empty, please add some valid description |
| comment-template-not-filled | Comment to use when template not filled in | — | PR description is too short and seems to not fulfill PR template, please fill in |
| comment-github-token | Github token to use while creating comment | — | "" |
Outputs
no outputs