nicklegan/GitHub Pull Request Naming Policy Action
A GitHub Action to verify if a pull request title or body contains a valid regex pattern.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title-regex | A regex string matching a valid pull request title | no | — |
| title-flags | Flag for issue title regex string. e.g. i for case-insensitive. | no | — |
| title-error-message | Error message to display why the regex does not match the pull request title | no | — |
| body-regex | A regex string matching a valid pull request body | no | — |
| body-flags | Flag for issue body regex string. e.g. i for case-insensitive. | no | — |
| body-error-message | Error message to display why the regex does not match the pull request body | no | — |
Outputs
no outputs