hi, according to a local discussion and final decision, we need to change protection level of "autoreview" to be for "editors" group only (as local policy)
according to @Meno25, we need this change:
'wgRestrictionLevels' => [ 'default' => [ '', 'autoconfirmed', // semi-protection level on 'sysop', ], 'arwiki' => [ '', 'autoconfirmed', 'autoreview', 'sysop' ], // T54109
to
'wgRestrictionLevels' => [ 'default' => [ '', 'autoconfirmed', // semi-protection level on 'sysop', ], 'arwiki' => [ '', 'autoconfirmed', 'review', 'sysop' ], // T54109