Opened 2 weeks ago
Last modified 4 days ago
#63278 new defect (bug)
Remove use of deprecated `issuesAndPullRequests()` method
Reported by: |
|
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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
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.