-
Notifications
You must be signed in to change notification settings - Fork 34
Ensure that commits messages conform the convention #1062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've enabled Semantic Pull Requests Bot for this repo:
Let's give it a try because I wasn't able to implement this check as I planned (choose some tool, run on Travis, analyze with Danger) in a short period of time. This bots works only with pull requests, so direct commits aren't validated. But it's better to have something than nothing at all. Perhaps, we need to add |
Another bot to consider: https://github.com/z0al/commitlint-bot |
BTW we can also add a badge for that, like this one: https://github.com/ridedott/dependabot-auto-merge-action |
Could be related if we'll use GitHub Actions: https://github.com/marketplace/actions/commit-linter |
Another bot: https://gitcop.com |
I have 9 commits and one of them isn't semantic (starts with "[DO NOT MERGE]") and this bot seems doesn't detect that (its status is |
Semantic Pull Requests Bot has been decommissioned. I'm trying to understand why I don't see TravisCI checks in pull requests and I have a theory that semantic bot is shadowing Travis status. |
We use https://www.conventionalcommits.org in this repo and need to ensure that the messages in PRs are also conform to this convention.
The text was updated successfully, but these errors were encountered: