msutkowski/Pull Request title conventions
Github action to enforce Pull Request title conventions with regex
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| regex | Regex to validate the pull request title | yes | .+ |
| max_length | Max length of title. -1 to ignore the rule | no | -1 |
| hint | A friendly hint about the possible title format(s) | yes | Use a format like: "fix: [ABC-123] some description" or "chore: fix github actions"' |
| github_token | Personal access token (PAT) used to interact with the API. | no | ${{ github.token }} |
Outputs
no outputs