Opened 8 months ago
Closed 8 months ago
#63081 closed defect (bug) (fixed)
Account for `Core-{n}` format in the PR cleanup workflow
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | good-first-bug has-patch commit |
| 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.
Change History (4)
This ticket was mentioned in PR #8485 on WordPress/wordpress-develop by @yogeshbhutkar.
8 months ago
#1
- Keywords has-patch added; needs-patch removed
@yogeshbhutkar commented on PR #8485:
8 months ago
#2
Hi, @desrosj. I believe you've worked with similar GitHub Actions before. If possible, can you please review this PR when you get a moment?
Note: See
TracTickets for help on using
tickets.
### Description
Trac ticket: Core-63081
This PR enhances the search query by enabling support for
Core-{n}, improving the filtering of PRs.