I have a repository with a protected branch, with an approval rule that requires at least one approver for the merge to be enabled on that branch. However, I would like branches that start with the prefix “epic” to not have the approval requirement when creating a merge request for this branch. Is there any way to do this either by screen configuration or by CI/CD?