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

omit merge commits when merging dependabot PR's? #61

Open
simonblake-mp opened this issue Oct 23, 2024 · 0 comments
Open

omit merge commits when merging dependabot PR's? #61

simonblake-mp opened this issue Oct 23, 2024 · 0 comments

Comments

@simonblake-mp
Copy link

When combine-prs merges dependabot PR's, the target branch ends up with a merge commit for each dependabot branch - so if three dependabot branches get merged, the resulting combined PR has six commits (three of which are merge commits), and then a fourth merge commit happens when the combined branch PR is merged to main:

image

The merge commits from the dependabot branches to the combined branch don't add a great deal of useful information - is there a way to suppress them in order to reduce the noise in the commit history? Perhaps cherrypicking the commits from the dependabot branches into the combined branch, rather than merging?

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

1 participant