DaanHoogland commented on PR #12681: URL: https://github.com/apache/cloudstack/pull/12681#issuecomment-3950237151
@dheeraj12347 , I think you still need to rebase your two commits on 4.22 as now 127 merged commits from main are in your PR and these are not supposed to go on 4.22. ``` git rebase —onto 4.22 c79b33c1fbd4840613fa8a09cbffc9b76ea0b1a1 ``` should do the trick. after that you need to force push your branch to your fork. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
