foursquare/Verify PR Template is filled out
Verifies that the PR description is not identical to the PR template, impliying that it wasnt filled out
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 3, 2024
- License
- MIT
Pinned Snippet
uses: foursquare/pr-template-fillout-verifier@235e40d1ea0fe4b59f166db6c2a7823620369022 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| comment | A message to comment on the PR if the template wasnt filled out | no | — |
| fail | Whether to fail if the PR description matches the template | no | true |
| convert-to-draft | Whether to convert the PR to a draft if the template wasnt filled out | no | false |
| template-path | The path of the PR template file to compare to | no | ./docs/pull_request_template.md |
Outputs
no outputs