Making WordPress.org


Ignore:
Timestamp:
07/12/2018 08:21:31 PM (8 years ago)
Author:
Otto42
Message:

Slack: Give all core committers announce in all #core-* channels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/slack/announce/config.php

    r7445 r7446  
    5858                        'welcher',
    5959                ) ),
    60                 'core-bootstrap' => array(
     60                'core-bootstrap' => array_merge( get_committers(), array(
    6161                        'schlessera',
    62                 ),
    63                 'core-comments' => array(
     62                ) ),
     63                'core-comments' => array_merge( get_committers(), array(
    6464                        'rachelbaker',
    65                 ),
     65                ) ),
    6666                'core-committers' => get_committers(),
    67                 'core-customize' => array(
     67                'core-customize' => array_merge( get_committers(), array(
    6868                        'celloexpressions',
    6969                        'jeffpaul',
     
    7272                        'voldemortensen',
    7373                        'westonruter',
    74                 ),
    75                 'core-docs' => array(
     74                ) ),
     75                'core-docs' => array_merge( get_committers(), array(
    7676                        'drew',
    7777                        'kenshino',
     
    7979                        'johnbillion',
    8080                        'atimmer',
    81                 ),
    82                 'core-editor' => array(
     81                ) ),
     82                'core-editor' => array_merge( get_committers(), array(
    8383                        'azaozz',
    8484                        'iseulde',
     
    8787                        'matias',
    8888                        'mcsf',
    89                 ),
    90                 'core-fields' => array(
     89                ) ),
     90                'core-fields' => array_merge( get_committers(), array(
    9191                        'sc0ttkclark',
    92                 ),
    93                 'core-flow' => array(
     92                ) ),
     93                'core-flow' => array_merge( get_committers(), array(
    9494                        'boren',
    95                 ),
    96                 'core-http' => array(
     95                ) ),
     96                'core-http' => array_merge( get_committers(), array(
    9797                        'eric',
    9898                        'tollmanz',
    99                 ),
    100                 'core-i18n' => array(
     99                ) ),
     100                'core-i18n' => array_merge( get_committers(), array(
    101101                        'ocean90',
    102102                        'sergey',
    103103                        'swissspidy',
    104                 ),
    105                 'core-js' => array(
     104                ) ),
     105                'core-js' => array_merge( get_committers(), array(
    106106                        'adamsilverstein',
    107107                        'aduth',
    108108                        'rmccue',
    109                 ),
    110                 'core-media' => array(
     109                ) ),
     110                'core-media' => array_merge( get_committers(), array(
    111111                        'antpb',
    112112                        'desrosj',
     
    115115                        'mike',
    116116                        'ocean90',
    117                 ),
    118                 'core-multisite' => array(
     117                ) ),
     118                'core-multisite' => array_merge( get_committers(), array(
    119119                        'flixos90',
    120120                        'jeremyfelt',
    121                 ),
    122                 'core-passwords' => array(
     121                ) ),
     122                'core-passwords' => array_merge( get_committers(), array(
    123123                        'georgestephanis',
    124124                        'valendesigns',
    125                 ),
    126                 'core-php' => array(
     125                ) ),
     126                'core-php' => array_merge( get_committers(), array(
    127127                        'flixos90',
    128128                        'schlessera',
    129                 ),
    130                 'core-privacy' => array(
     129                ) ),
     130                'core-privacy' => array_merge( get_committers(), array(
    131131                        'allendav',
    132132                        'azaozz',
    133133                        'casiepa',
    134134                        'desrosj',
    135                 ),
    136                 'core-restapi' => array(
     135                ) ),
     136                'core-restapi' => array_merge( get_committers(), array(
    137137                        'danielbachhuber',
    138138                        'flixos90',
     
    142142                        'rachelbaker',
    143143                        'rmccue',
    144                 ),
    145                 'core-themes' => array(
     144                ) ),
     145                'core-themes' => array_merge( get_committers(), array(
    146146                        'davidakennedy',
    147147                        'iamtakashi',
     
    149149                        'laurelfulford',
    150150                        'melchoyce',
    151                 ),
     151                ) ),
    152152                'design' => array(
    153153                        'boemedia',
Note: See TracChangeset for help on using the changeset viewer.