Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: ensure PR titles are no longer than 72 characters (#3267)
GitHub wraps the titles of commits if they are longer than 72 characters. See fbd4192 for example. There is a convention that titles should be no more than 50 characters: https://cbea.ms/git-commit/#limit-50 This however makes crafting the message quite difficult, esp. with our use of conventional commit messages, thus limiting it to 72 seems more reasonable as that is where tooling (.e.g GitHub) seems to "break".
- Loading branch information