Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: enforce conventional commits in PR titles (#7)
Uses https://github.com/amannn/action-semantic-pull-request. We will also need to change the default settings to encourage squashes. See https://github.blog/changelog/2022-05-11-default-to-pr-titles-for-squash-merge-commit-messages/ https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests I typically keep merge commits when the associated commits follow conventional commits. We could prefix with `chore:` closes #5
- Loading branch information