semantic-prs
semantic-prs copied to clipboard
missing space in PR title does not get caught
Describe the bug
from https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4329
semantic.yml contents
enabled: true
titleOnly: true
targetUrl: 'https://docs.cataclysmbn.org/en/contribute/changelog_guidelines/'
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert
# irrelevant configs skipped
https://github.com/cataclysmbnteam/Cataclysm-BN/blob/59eb28f4a7404d1ec2f4be1eaa387d4317a8a812/.github/semantic.yml
Sample PR Title(s) (if relevant)
feat(content):Cooking with insect eggs
Sample Commit Message(s) (if relevant)
No response