Please add "autoreview" protection level on ar.wikipedia ($wgRestrictionLevels setting) per community consensus. Thank you.
Change
'wgRestrictionLevels' => [ 'default' => [ '', 'autoconfirmed', // semi-protection level on 'sysop', ], 'arwiki' => [ '', 'autoconfirmed', 'review', 'sysop' ], // T54109, T146575
To
'wgRestrictionLevels' => [ 'default' => [ '', 'autoconfirmed', // semi-protection level on 'sysop', ], 'arwiki' => [ '', 'autoconfirmed', 'autoreview', 'review', 'sysop' ], // T54109, T146575, T225896
Thanks on advance