electron / trop

automate the backporting process
MIT License
76 stars 31 forks source link

refactor: improve branch support logic #301

Closed codebytere closed 3 months ago

codebytere commented 3 months ago

Secondary to https://github.com/electron/trop/pull/300

Cleans up some comment-initiated backport logic

codebytere commented 3 months ago

@jkleinsc

check for branch existence to only fire when NO_EOL_SUPPORT is set?

it moves the conditional down, but not inside the check - if NO_EOL_SUPPORT the check still runs.