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

Add support for “Rebase and merge” #422

Merged
merged 3 commits into from
Jul 5, 2022
Merged

Conversation

sorenlouv
Copy link
Owner

Closes #417

When backporting a PR currently only the merge commit is backported. This doesn't work for pull requests merged with "Rebase and merge" because they add multiple commits on top of the base branch but without a merge commit.

This pull requests solves this by backporting every commit instead of just the first commit, when back backporting a PR merged with "Rebase and merge".

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.

Backport --pr only backports one commit even if PR merged multiple commits into target branch
1 participant