-
Notifications
You must be signed in to change notification settings - Fork 431
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
skip additional checks if a merge commit #1100
skip additional checks if a merge commit #1100
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good starting point. I've added some additional pointers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Think this is about all the code it requires, nice! :)
Can you take a look at the comments I made and at the failing testsuite? Looks like a missing type in your function signature
documentation for skip_on_merge_commit
Thanks for the addition |
@veewee Thanks so much for merging this feature! Can I also create a PR for v1.x ? |
I wasn't really planning of porting new features back to v1 because of the maintenance overhead. |
@veewee Understandable, I'll use a fork of my own until the rest of the servers where I'm working are on PHP 8.1 (which shouldn't be long now). I'm looking forward to the release! Thanks again :D |
This PR makes Grump skip commit message checks (beyond the defaults) if it is a merge commit. This stops problems like JIRA ticket numbers not being in the main branches like master and develop.