Opened 7 months ago
Closed 5 months ago
#63278 closed defect (bug) (fixed)
Remove use of deprecated `issuesAndPullRequests()` method
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | good-first-bug has-patch |
| Focuses: | Cc: |
Description
The github.rest.search.issuesAndPullRequests method is deprecated and scheduled for removal in September 2025.
Use of this should be removed from GitHub Action workflows.
This is currently only used in the workflow that searches for pull requests that should be closed as a result of the commit.
Attachments (1)
Change History (7)
This ticket was mentioned in PR #8740 on WordPress/wordpress-develop by @abcd95.
7 months ago
#2
- Keywords has-patch added
#3
@
5 months ago
- Owner set to desrosj
- Resolution set to fixed
- Status changed from new to closed
In 60314:
Note: See
TracTickets for help on using
tickets.
I think this might work since the existing search query already includes
is:prand this aligns with that. However, I am not sure how to test this.