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

Validate branches separately #397

Closed sorenlouv closed 2 years ago

sorenlouv commented 2 years ago

If backporting to multiple branches, and one of them is invalid, all backports fail. This change moves the branch validation so only the backport to the invalid branch fails. The remaining backports continue as expected.