-
Notifications
You must be signed in to change notification settings - Fork 141
Description
Using the semantic-release/github plugin, I see a deprecation warning about a /search/issues endpoint:
[11:20:42 AM] [semantic-release] › ℹ Running semantic-release version 24.2.3
...
[11:21:41 AM] [semantic-release] [@semantic-release/github] › ℹ Skip commenting on issues and pull requests.
[@octokit/request] "GET https://api.github.com/search/issues?q=in%3Atitle+repo%3Apbrisbin%2Fjsonpatch+type%3Aissue+state%3Aopen+The%20automated%20release%20is%20failing%20%F0%9F%9A%A8" is deprecated. It is scheduled to be removed on Thu, 04 Sep 2025 00:00:00 GMT. See https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/
I didn't see any existing Issues about that here, so I thought you should know.
I'm also kind of confused why this request is being made at all when I've disabled commenting on issues and pull requests entirely. That may be its own thing worth fixing too.
andrei-don, viniciusteixeiradias and kevinkosterr