Is it possible create Merge Request from specifics branches?

Is it possible create Merge Request from specific branches?

I have 3 branches: develop, homolog and master.

I would like to know if is possible configure my MASTER branch for just accept Merge Request from Homolog and Homolog just accept Merge Request from Develop.

I know that is possible decline Merges Requests if the origin was not corretc, but I would like block automaticly Merges Requests from wrong origin branches.

If someone tryes do Merge Request to MASTER from any branches that was diferents of Homolog, for exemplo, the Merge Request deny automatcaly.

Is possible configure this on GitLab Community version?

Thanks!