sorenlouv / backport

A simple CLI tool that automates the process of backporting commits on a GitHub repo
https://github.com/sqren/backport/blob/main/docs/config-file-options.md
Apache License 2.0
241 stars 57 forks source link

fix: auto merge not running when there's no conflicts #473

Closed nicklasmoeller closed 10 months ago

nicklasmoeller commented 10 months ago

Hey 👋

Thank you for the great tool - highly appreciated!

I just bumped our Github Actions version, and quickly figured out that auto merging isn't working for us anymore. I tried figuring out what was going on, and we don't have any Auto merge:. I found this, and it seems like the logic is incorrect here.

Disclaimer: I haven't tested this, but it looks fairly trivial.

sorenlouv commented 10 months ago

Good catch and thanks for the contribution! I'll merge this shortly and will release a new version.

nicklasmoeller commented 10 months ago

Thank you! Confirmed working on my end now 👏

sorenlouv commented 10 months ago

Good to hear, thanks!