Ensure PR title matches conventional commits spec #440
Labels
CI/CD
Efforts that will impact our integration/deployment pipeline
enhancement
New feature or request
Describe the feature you'd like
It would be useful to have a way to enforce our PR titles to follow the conventional commits specification
since the merge commit defaults to the PR title (can be manually edited though).
This would help us avoid mistakes when merging a PR that ends up not triggering a new release of the library (since semantic-release uses the merge commit to understand which kind of change we are introducing and which type of release it needs to make).
We can try the semantic-pull-request action, it seems to be made for this job specifically
The text was updated successfully, but these errors were encountered: