1 | diff --git common/includes/slack/announce/config.php common/includes/slack/announce/config.php |
---|
2 | index a558acda7..66e648bec 100644 |
---|
3 | --- common/includes/slack/announce/config.php |
---|
4 | +++ common/includes/slack/announce/config.php |
---|
5 | @@ -84,6 +84,10 @@ function get_whitelist() { |
---|
6 | 'rachelbaker', |
---|
7 | ) ), |
---|
8 | 'core-committers' => get_committers(), |
---|
9 | + 'core-css' => array_merge( get_committers(), array( |
---|
10 | + 'isabel_brison', // @tellthemachines on Slack |
---|
11 | + ) ), |
---|
12 | 'core-customize' => array_merge( get_committers(), array( |
---|
13 | 'celloexpressions', |
---|
14 | 'JeffPaul', |
---|
15 | diff --git common/includes/slack/trac/config.php common/includes/slack/trac/config.php |
---|
16 | index 53cbcf659..f29d1a328 100644 |
---|
17 | --- common/includes/slack/trac/config.php |
---|
18 | +++ common/includes/slack/trac/config.php |
---|
19 | @@ -18,6 +18,8 @@ class Core extends Trac { |
---|
20 | */ |
---|
21 | protected $commit_path_filters = array( |
---|
22 | 'wp-content/themes' => '#core-themes', |
---|
23 | + 'wp-admin/css' => '#core-css', |
---|
24 | + 'wp-includes/css' => '#core-css', |
---|
25 | 'customize' => '#core-customize', |
---|
26 | 'editor-expand.js' => '#core-editor', |
---|
27 | 'wp-admin/css/edit.css' => '#core-editor', |
---|