Reedy has submitted this change and it was merged.

Change subject: cswikinews: Set autopatrolled group
......................................................................


cswikinews: Set autopatrolled group

Change-Id: I10397e27a430b149c769b65919b2fb93a9212193
---
M wmf-config/InitialiseSettings.php
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Reedy: Verified; Looks good to me, approved



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 4fa5ea6..6d257b9 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6714,6 +6714,7 @@
        'cswikinews' => array(
                'user'    => array( 'upload' => false, ),
                'autoconfirmed' => array( 'upload' => false, ),
+               'autopatrolled' => array( 'autopatrol' => true, ),
        ),
        'cswikiquote' => array(
                'user' => array( 'upload' => false, ),
@@ -7615,6 +7616,9 @@
        '+cswiki' => array(
                'bureaucrat' => array( 'autopatrolled' ),
        ),
+       '+cswikinews' => array(
+               'bureaucrat' => array( 'autopatrolled' ),
+       ),
        '+cswikiquote' => array(
                'bureaucrat' => array( 'autopatrolled' ),
        ),
@@ -8018,6 +8022,9 @@
        '+cswiki' => array(
                'bureaucrat' => array( 'autopatrolled' ),
        ),
+       '+cswikinews' => array(
+               'bureaucrat' => array( 'autopatrolled' ),
+       ),
        '+cswikiquote' => array(
                'bureaucrat' => array( 'autopatrolled' ),
        ),

-- 
To view, visit https://gerrit.wikimedia.org/r/55441
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I10397e27a430b149c769b65919b2fb93a9212193
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Danny B. <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to