Open
Description
Is your feature request related to a problem? Please describe.
Breaking changes can be missed, and only detected during the release cycle. By checking during a pull request we can ensure the convential commit is correct and a breaking change label is included.
Describe the solution you'd like
A github action that uses cargo semver checks to detect breaking changes. If any, it will post them to the PR. The PR can then only be merged if the PR title and footer are correct.