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

Make the backport branch name used configurable. #476

Closed Apteryx0 closed 9 months ago

Apteryx0 commented 9 months ago

Hi :wave:

Thanks for the awesome tool.

I wanted to make the backport branch name configurable so I took a stab at it....

The tests did not pass for me but they didn't pass in main either.

Only added a minimal set of template parameters but did attempt to update the documentation as well.

Cheers!

sorenlouv commented 9 months ago

Thanks for this! I'll take a closer look later this week.

The tests did not pass for me but they didn't pass in main either.

Sorry about that. There are some e2e tests that require auth. It's an overdue task on my side. That being said, are you able to run the unit tests like yarn jest?

sorenlouv commented 9 months ago

I created a new PR to get the tests to pass: https://github.com/sqren/backport/pull/478

sorenlouv commented 9 months ago

Thank you for the contribution. It has been released in v9.4.0