semantic-prs icon indicating copy to clipboard operation
semantic-prs copied to clipboard

missing space in PR title does not get caught

Open scarf005 opened this issue 1 year ago • 0 comments

Describe the bug

image

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

scarf005 avatar Mar 10 '24 01:03 scarf005