I am using gitlab. My query is regarding Pull Requests. I created a "feature" branch. At end, we create a pull request to some "dev" branch. Now the problem is: there will be 'n' number of pull requests going on for the same 'dev' branch. So, now if anyone merged some other person merge request into 'dev' branch, then again I have to take latest pull, fix conflicts and then have to again commit and push, so that my latest gets added into my pull request.
This seems to be bit blocker, especially if developer who take leave for couple of days and his merge request will never gonna gets merged as his pull request always shows as "you commit behind some number of commits".
Another problem is: The one who has been assigned to merge that pull request, cannot do it as he depends on a developer until he merge again with latest commit.
So, any solution for this? or is this everyone doing the same thing as mentioned above?
In short: am facing this issue: gitlab Request to merge branch-A into develop (3 commits behind) should I worry?