Opened 9 years ago
Closed 9 years ago
#1332 closed task (blessed) (fixed)
Slack: Pipe REST API new tickets and commits to #core-rest-api channel
Reported by: | netweb | Owned by: | ocean90 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Communication (Matrix, Slack, IRC) | Keywords: | has-patch |
Cc: |
Description
Slack: Pipe REST API new tickets and commits to #core-rest-api channel
If I'm reading this correctly from common/includes/slack/trac/config.php
* File paths that cause commits to be piped to particular channels. * Start regex matches with # as your delimiter.
Then using rest-api
as the file path in the patch should cover all of the following files and folders:
- src/wp-includes/rest-api.php
- src/wp-includes/rest-api
- tests/phpunit/tests/rest-api.php
- tests/phpunit/tests/rest-api
- tests/phpunit/includes/testcase-rest-api.php
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 3066: