I have realized that I had to use (in my case) the "squash commits". There's a bot that after each merged PR deletes the original branch, and add it's own commit, with a different hash. Using those on the cherry worked fine. Thanks for the comments.