Skip to content
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

Squash merge in github #256

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

drokath
Copy link

@drokath drokath commented Nov 4, 2023

What does this do / why do we need it?

added support for parsing headers in body, e.g. to support squashed commits

How this PR fixes the problem?

adds multiline_commits: true|false config option to enable parsing headers in body

What should your reviewer look out for in this PR?

Here is a sample regexp @fredbi used:

pattern: '(?i)[\s\*\-]*?(\w*)\s*(?:\(([\w\.\-\/\*\s]*?)\))\s*:?\s*([^\n]*)'

Check lists

  • Test passed
  • Coding style (indentation, etc)

Additional Comments (if any)

Is a rebase of # #39

Which issue(s) does this PR fix?

fixes #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Squash merge in github PR
2 participants