-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support backport, committing conflicts #386
Comments
Hi @mvayngrib This is a great idea, which I'm sure my team would love as well. It will reduce the manual effort of opening the pull request and such. As conflict can exist in any of the commits, I think it would be best to commit and push the conflicting commit and provide instructions in the pull request on how to resolve the conflicts and continue cherry-picking. I'll keep this issue in mind when planning new feature work. Of course, I'd be happy to receive a contribution for this as well. Either way, thanks for the great suggestion. |
@korthout I'll give this a try, if you have additional information, feel free to add them. |
Here's what i currently have in mind, after investigation: Proposition
|
Is your feature request related to a problem? Please describe.
backport doesn't always succeed, especially if the source and target have diverged, but it can still be useful to have a backport PR with conflicts committed that someone can then take to completion
Describe the solution you'd like
option to cherry-pick and commit conflicts instead of aborting
Describe alternatives you've considered
none, but would love to hear some
The text was updated successfully, but these errors were encountered: