Update merge commit approval documentation
What does this MR do and why?
With the feature flag (#419921 (closed)) we are now going to be taking into account for the author of merge commits when prevent authors from approving setting is checked.
Given we have this commit history:
Then with the feature flag ON, administrator
will not be allowed to approve since they authored the merge commit.
Then with the feature flag OFF, administrator
will be allowed to approve
Edited by Marc Shaw