Making WordPress.org

Changeset 11308


Ignore:
Timestamp:
11/03/2021 02:00:11 AM (5 years ago)
Author:
dd32
Message:

Slack: Announce: The "parent channel" of #performance is #core.

This results in the channel inheriting the #core announce whitelist, which includes all committers.

See https://wordpress.slack.com/archives/C02QB8GMM/p1635856260040100

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

Legend:

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

    r11284 r11308  
    3939        return array(
    4040                'accessibility' => array(
     41                        // #core (inc committers) already included via get_parent_channel().
    4142                        'afercia',
    4243                        'alexstine',
     
    271272                ) ),
    272273                'design' => array(
     274                        // #core (inc committers) already included via get_parent_channel().
    273275                        'chaion07',
    274276                        'estelaris',
     
    293295                        'milana_cap', // @zzap on Slack
    294296                ),
     297                // For all #feature-* channels: #core (inc committers) already included via get_parent_channel().
    295298                'feature-notifications' => array(
    296299                        'hrmervin',
     
    366369                'openverse' => array(
    367370                        'zackkrida',
     371                ),
     372                'performance' => array(
     373                        // #core (inc committers) already included via get_parent_channel().
    368374                ),
    369375                'polyglots' => array(
     
    411417                ),
    412418                'tide' => array(
     419                        // #core (inc committers) already included via get_parent_channel().
    413420                        'JeffPaul',
    414421                        'lukecarbis',
  • sites/trunk/common/includes/slack/announce/lib.php

    r10614 r11308  
    104104                case 'design':
    105105                case 'feature':
     106                case 'performance':
    106107                case 'tide':
    107108                        $parent_channel = 'core';
Note: See TracChangeset for help on using the changeset viewer.