Backports?
#797
Replies: 1 comment 3 replies
-
Hey @ihnorton, thanks for the question! This isn't something I've considered, because I haven't had to do this before in a project, but I'm open to supporting this in Kodiak. Do you have an idea about what Kodiak would need to do to support this? I'm curious what the configuration would look like and what the developer flow would be to use this feature. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, are there any plans to support automated backporting? For context: in many project workflows, some PRs against the active-development branch may also need to be cherry-picked on to release branch(es), most often for bug-fixes. For example we currently use https://github.com/tibdex/backport which does cherry-picks after a PR is merged based on PR labels such as
backport-release-X.y
. However, the action has some limitations -- so I am looking around for alternatives and noticed that kodiak might already have most of the tooling necessary to do backports.Beta Was this translation helpful? Give feedback.
All reactions