Making WordPress.org


Ignore:
Timestamp:
02/17/2021 06:03:54 AM (6 years ago)
Author:
dd32
Message:

Trac: Send SVN/Ticket notifications for polyglots related things to both #meta-i18n and #polyglots.

File:
1 edited

Legend:

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

    r10539 r10687  
    8181
    8282        protected $commit_path_filters = array(
    83                 'translate.wordpress.org/'              => '#meta-i18n',
    84                 'global.wordpress.org/'                 => '#meta-i18n',
    85                 'plugins/rosetta'                       => '#meta-i18n',
    86                 'plugins/wporg-gp-'                     => '#meta-i18n',
    87                 'translations'                          => '#meta-i18n',
     83                'translate.wordpress.org/'              => [ '#meta-i18n' => true, '#polyglots' => true ],
     84                'global.wordpress.org/'                 => [ '#meta-i18n' => true, '#polyglots' => true ],
     85                'plugins/rosetta'                       => [ '#meta-i18n' => true, '#polyglots' => true ],
     86                'plugins/wporg-gp-'                     => [ '#meta-i18n' => true, '#polyglots' => true ],
     87                'translations'                          => [ '#meta-i18n' => true, '#polyglots' => true ],
    8888                'mu-plugins/pub/locales'                => '#meta-i18n',
    8989                'developer-reference/'                  => '#meta-devhub',
     
    104104
    105105        protected $ticket_component_filters = array(
    106                 'International Forums'          => '#meta-i18n',
    107                 'International Sites (Rosetta)' => '#meta-i18n',
    108                 'Translate Site & Plugins'      => '#meta-i18n',
     106                'International Forums'          => [ '#meta-i18n' => true, '#polyglots' => true ],
     107                'International Sites (Rosetta)' => [ '#meta-i18n' => true, '#polyglots' => true ],
     108                'Translate Site & Plugins'      => [ '#meta-i18n' => true, '#polyglots' => true ],
    109109                'Developer Hub'                 => '#meta-devhub',
    110110                'Trac'                          => '#meta-tracdev',
Note: See TracChangeset for help on using the changeset viewer.