When a change is submitted, Gerrit has several strategies to get the patches in the repos known has submit strategies. Gerrit defaults to merge if necessary and allowing Gerrit to merge content.
That was changed in March 2018 to use the fast forward only strategy and disallowing merge content: https://gerrit.wikimedia.org/g/All-Projects/+/b1b342074bf7bf93f9b0faace81038455529e54e%5E!/#F0 I think it is a poor default and it should be changed to Rebase if necessary and allowing content merge.
prior work
operations/puppet used Fast forward only which caused SRE to race on rebasing their change T224033 and were moved to Rebase if necessary. I previously did it for the whole of integration namespace and I am looking back.
Under the mediawiki namespace that is set to Merge if necessary and allow content merges.
search/ and wikimedia/discovery/ were changed to it as well (T255509)
TODO
We should probably audit the current configurations for all repositories.