Making WordPress.org

Changeset 9261


Ignore:
Timestamp:
11/06/2019 11:12:30 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Slack: Pipe CSS-related commits to #core-css.

Give announce to isabel_brison in #core-css.

Props desrosj, peterwilsoncc.
Fixes #4829.

Location:
sites/trunk/common/includes/slack
Files:
2 edited

Legend:

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

    r9150 r9261  
    8585        ) ),
    8686        'core-committers' => get_committers(),
     87        'core-css' => array_merge( get_committers(), array(
     88            'isabel_brison', // @tellthemachines on Slack
     89        ) ),
    8790        'core-customize' => array_merge( get_committers(), array(
    8891            'celloexpressions',
  • sites/trunk/common/includes/slack/trac/config.php

    r9004 r9261  
    1919    protected $commit_path_filters = array(
    2020        'wp-content/themes'                => '#core-themes',
     21        'wp-admin/css'                     => '#core-css',
     22        'wp-includes/css'                  => '#core-css',
    2123        'customize'                        => '#core-customize',
    2224        'editor-expand.js'                 => '#core-editor',
Note: See TracChangeset for help on using the changeset viewer.