Opened 6 hours ago
#63081 new defect (bug)
Account for `Core-{n}` format in the PR cleanup workflow
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | needs-patch good-first-bug |
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.
Ideally the workflow would be adjusted to handle either format.
Note: See
TracTickets for help on using
tickets.