sitezen/PR comment and caption checker
Checks what PR caption and comment (description) are contains correct values
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| pr_description_should_contain | Regexp which should valid for PR description | no | — |
| pr_description_should_not_contain | Regexp which should NOT valid for PR description | no | — |
| pr_caption_should_contain | substring which should present in PR caption | no | — |
| pr_caption_should_not_contain | substring which should NOT present in PR caption | no | — |
| wrong_pr_caption_message | Text which will shown on wrong PR caption | yes | Please check your pull request Caption |
| wrong_pr_description_message | Text which will shown on wrong PR caption | yes | Please check your pull request Description |
Outputs
no outputs