diff --git common/includes/slack/announce/config.php common/includes/slack/announce/config.php
index a558acda7..66e648bec 100644
|
|
function get_whitelist() { |
84 | 84 | 'rachelbaker', |
85 | 85 | ) ), |
86 | 86 | 'core-committers' => get_committers(), |
| 87 | 'core-css' => array_merge( get_committers(), array( |
| 88 | 'peterwilsoncc', |
| 89 | 'isabel_brison', // @tellthemachines on Slack |
| 90 | ) ), |
87 | 91 | 'core-customize' => array_merge( get_committers(), array( |
88 | 92 | 'celloexpressions', |
89 | 93 | 'JeffPaul', |
diff --git common/includes/slack/trac/config.php common/includes/slack/trac/config.php
index 53cbcf659..f29d1a328 100644
|
|
class Core extends Trac { |
18 | 18 | */ |
19 | 19 | protected $commit_path_filters = array( |
20 | 20 | 'wp-content/themes' => '#core-themes', |
| 21 | 'wp-admin/css' => '#core-css', |
| 22 | 'wp-includes/css' => '#core-css', |
21 | 23 | 'customize' => '#core-customize', |
22 | 24 | 'editor-expand.js' => '#core-editor', |
23 | 25 | 'wp-admin/css/edit.css' => '#core-editor', |