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

[question] should skip_merge also include Merge pull request... messages #721

Open
hamza-shezad opened this issue Jun 20, 2023 · 3 comments

Comments

@hamza-shezad
Copy link

when skip_merge is true, should commits with messages as following be skipped?

Merge pull request #111 from <repo>`
@robinmayerhofer
Copy link
Contributor

Docs

skip_merge: true # Optional, Default is true. Will skip commit with message that includes 'Merge'

and implementation

orderedCommits = orderedCommits.filter(commit => !commit.message.includes('Merge branch'))

      orderedCommits = orderedCommits.filter(commit => !commit.message.includes('Merge branch'))

diverge. Merge vs. Merge branch.

=> Fix the implementation?

@hamza-shezad
Copy link
Author

hamza-shezad commented Jul 4, 2023

yes. do you want me to open a PR?

@robinmayerhofer
Copy link
Contributor

Yes, I would suggest that you open a PR and ping the maintainers!

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

No branches or pull requests

2 participants