[wp-trac] [WordPress Trac] #63278: Remove use of deprecated `issuesAndPullRequests()` method

WordPress Trac noreply at wordpress.org
Tue Jun 17 23:16:59 UTC 2025


#63278: Remove use of deprecated `issuesAndPullRequests()` method
--------------------------------------+------------------------------
 Reporter:  desrosj                   |       Owner:  desrosj
     Type:  defect (bug)              |      Status:  closed
 Priority:  normal                    |   Milestone:  Awaiting Review
Component:  Build/Test Tools          |     Version:
 Severity:  normal                    |  Resolution:  fixed
 Keywords:  good-first-bug has-patch  |     Focuses:
--------------------------------------+------------------------------
Changes (by desrosj):

 * owner:  (none) => desrosj
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"60314" 60314]:
 {{{
 #!CommitTicketReference repository="" revision="60314"
 Build/Test Tools: Use `issues` instead of `issuesAndPullRequests`.

 The `github.rest.search.issuesAndPullRequests()` method is deprecated and
 slated to be removed in September 2025.

 The preferred way to search for pull requests is now to use
 `github.rest.search.issues` in combination with the `is:pr` or `type:pr`
 qualifiers.

 Props abcd95.
 Fixes #63278.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63278#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list