Changeset 58939 for trunk/.github/workflows/pull-request-comments.yml
- Timestamp:
- 08/26/2024 11:14:06 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/pull-request-comments.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/pull-request-comments.yml
r58901 r58939 196 196 const prTitle = pr.title ?? ''; 197 197 198 const tracTicketRegex = new RegExp( '(https?://core.trac.wordpress.org/ticket/|Core- )([0-9]+)', 'g' );198 const tracTicketRegex = new RegExp( '(https?://core.trac.wordpress.org/ticket/|Core-|ticket:)([0-9]+)', 'g' ); 199 199 const tracTicketMatches = prBody.match( tracTicketRegex ) || prTitle.match( tracTicketRegex ); 200 200
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)