sorenlouv / backport

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

Support for disabling unmerged backports text on failed backport #513

Open jbudz opened 2 months ago

jbudz commented 2 months ago

The unmerged backports section lists potential missing backports, but we're finding this to not be as relevant in certain situations.

For package.json, the older branch is in maintenance mode and the suggested PR's will not be backported For CODEOWNERS, the file is deleted and the suggestions will not resolve the conflict.

When this happens it can be confusing for the author on whether to wait for the missing backport or to proceed without it.

Would it be possible to disable the possible missing backports section, leaving only the action status?

sorenlouv commented 1 week ago

Would it be possible to disable the possible missing backports section, leaving only the action status?

Yes, makes sense. i'll make it configurable.