-
Notifications
You must be signed in to change notification settings - Fork 275
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
Commit message format #260
Comments
Dependabot should figure this out automatically based on the repo it's working on, using the logic in this class. Are you having trouble with a particular repo? |
@greysteil I am actually not able to reach this point yet 😄 |
And now I able to reproduce this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to set commit message format?
We use
commitezen
andconventional-changelog
.We also have this regex
/^(revert: )?(feat|fix|docs|refactor|chore)(\(.+\))?:.{1,50}refs #\d+/
as a push-rule.The text was updated successfully, but these errors were encountered: