Error in merge request

What happens

Yesterday I made a merge request that was accepted but the merge was not done in the repository, and today when I am doing a commit to my branch (that I created by deleting my previous branch) a new merge request was made with the name of yesterday’s merge request but with the data that I pushed to my branch today.

What do you understand or find about that problem

Being honest, I don’t understand why the accepted merge request from yesterday wasn’t merge into the repository. But I think the problem I have today is because of that

Did you try any workaround? What did you do?

I tried to look if someone else had the same issue that I have today, but I didn’t find any similar to my problem. And I don’t really know what I can do in this case because it seems like a problem with the repository itself and not a problem with my commits

Evidences

Yesterday merge request accepted: https://gitlab.com/autonomicjump/challenges/-/merge_requests/12987
The commit I did to my branch: https://gitlab.com/autonomicjump/challenges/-/commit/9c86e1d2a732233e7c1977c5f26d88d6b77cf448
This was the original merge request from yesterday, but with an error: https://gitlab.com/autonomicjump/challenges/-/merge_requests/12985

I need help with

I want to know if it is a problem with the repository or if it is a problem with my commits.

Thanks in advance!

Hello,

We recommend not merging changes in case you have errors to correct the MR, in all cases, the correct flow would be to delete your branch, update the master branch, and then re-create your branch with the corrected changes.

Greetings,