Changeset 58901
- Timestamp:
- 08/15/2024 04:56:24 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/pull-request-comments.yml
r58092 r58901 196 196 const prTitle = pr.title ?? ''; 197 197 198 const tracTicketRegex = new RegExp( ' https?://core.trac.wordpress.org/ticket/([0-9]+)', 'g' );198 const tracTicketRegex = new RegExp( '(https?://core.trac.wordpress.org/ticket/|Core-)([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.