Making WordPress.org

Changeset 12102


Ignore:
Timestamp:
10/06/2022 01:30:36 AM (2 years ago)
Author:
dd32
Message:

Slack: Rename the #core-auto-updates channel to #core-upgrade-install.

Props peterwilsoncc.
Fixes #6519.

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

Legend:

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

    r12046 r12102  
    127127            'whitneyyadrich', // @Whitney on Slack
    128128        ) ),
    129         'core-auto-updates' => array_merge( get_committers(), array(
     129        'core-upgrade-install' => array_merge( get_committers(), array(
    130130            'afragen',
    131131            'audrasjb',
  • sites/trunk/common/includes/slack/trac/config.php

    r11646 r12102  
    3838        '#wp-admin/.*(privacy|personal)#'  => '#core-privacy',
    3939        'wp-includes/sitemaps'             => '#core-sitemaps',
    40         '#wp-admin/includes/.*upgrader#'   => [ '#core' => true, '#core-auto-updates' => true ],
    41         '#wp-admin/includes/.*install#'    => [ '#core' => true, '#core-auto-updates' => true ],
     40        '#wp-admin/includes/.*upgrader#'   => [ '#core' => true, '#core-upgrade-install' => true ],
     41        '#wp-admin/includes/.*install#'    => [ '#core' => true, '#core-upgrade-install' => true ],
    4242        'application-passwords'            => '#core-passwords',
    4343        'auth-app'                         => '#core-passwords',
     
    6666        'Site Health'            => '#core-site-health',
    6767        'Sitemaps'               => '#core-sitemaps',
    68         'Upgrade/Install'        => [ '#core' => true, '#core-auto-updates' => true ],
     68        'Upgrade/Install'        => [ '#core' => true, '#core-upgrade-install' => true ],
    6969        'Application Passwords'  => [ '#core-passwords' => true, '#core-restapi' => true ],
    7070        'Login and Registration' => '#core-passwords',
Note: See TracChangeset for help on using the changeset viewer.