superbet-group/Pull Request Naming Checker
Check if pull request title matches any of defined formats
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| title-projects | List of project prefixes allowed in the title. It should be a string delimited with e.g. A|B. | yes | — |
| title-fallback | Fallback name for when there isn't a ticket id available to put in the title e.g. no-ticket | yes | — |
| on-failed-regex-comment | Comment for the bot to post on PRs that fail the regex. Use %regex% to reference regex. | no | Pull request title can be in one of the following formats: %formats% |
| on-title-corrected-comment | Comment for the bot to post on PRs when the title is corrected. | no | All good! |
| repo-token | Github token with access to the repository (secrets.GITHUB_TOKEN). | yes | — |
Outputs
no outputs