Make WordPress Core

Opened 6 days ago

Last modified 5 days ago

#63081 new defect (bug)

Account for `Core-{n}` format in the PR cleanup workflow

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: good-first-bug has-patch
Focuses: Cc:

Description

The pull request cleanup workflow expects that a PR contains a ticket reference in the format https://core.trac.wordpress.org/ticket/{n}, but it's also possible to use the shorter format Core-{n}. PRs that use this format don't get cleaned up.

Example PR here.

Ideally the workflow would be adjusted to handle either format.

Change History (1)

This ticket was mentioned in PR #8485 on WordPress/wordpress-develop by @yogeshbhutkar.


5 days ago
#1

  • Keywords has-patch added; needs-patch removed

### Description

Trac ticket: Core-63081

This PR enhances the search query by enabling support for Core-{n}, improving the filtering of PRs.

Note: See TracTickets for help on using tickets.