Make WordPress Core

Opened 2 weeks ago

Last modified 4 days ago

#63278 new defect (bug)

Remove use of deprecated `issuesAndPullRequests()` method

Reported by: desrosj's profile desrosj Owned by:
Milestone: Awaiting Review 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)

63278.patch (859 bytes) - added by abcd95 2 weeks ago.

Download all attachments as: .zip

Change History (3)

@abcd95
2 weeks ago

#1 @abcd95
2 weeks ago

I think this might work since the existing search query already includes is:pr and this aligns with that. However, I am not sure how to test this.

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


4 days ago
#2

  • Keywords has-patch added
Note: See TracTickets for help on using tickets.