tibdex / backport

🔙 GitHub Action to backport pull requests
MIT License
73 stars 65 forks source link

Issue: Rebase and merge pull requests with multiple commits and "rebase and merge" #98

Closed kikito closed 1 year ago

kikito commented 1 year ago

This action seems to not handle correctly the cases where:

The expected output is that the backport pr would have the same commits as the original PR.

What we are seeing is that the backport only contains one of the commits from the original PR instead.

tibdex commented 1 year ago

Yes this is mentioned in the README:

https://github.com/tibdex/backport/blob/b1bb2aaf611d9f2e5d1900c06493769b9f102a45/README.md#L3