Making WordPress.org


Ignore:
Timestamp:
10/21/2019 07:12:19 AM (5 years ago)
Author:
dd32
Message:

Slack: Attempt to pipe commits to channels when the commit message starts with the component.

See #4471.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/slack/trac/commit-handler.php

    r8183 r9218  
    2222    public function run() {
    2323        $this->generate_payload();
    24         foreach ( $this->trac->get_commit_channels( $this->svnlook( 'changed' ) ) as $channel ) {
     24        foreach ( $this->trac->get_commit_channels( $this->svnlook( 'changed' ), $this->svnlook( 'log' ) ) as $channel ) {
    2525            $this->send->send( $channel );
    2626        }
Note: See TracChangeset for help on using the changeset viewer.