Microsoft/vscode

Update GitHub Issue Notebooks due to GitHub issue query breaking change

Open

#252,667 建立於 2025年6月27日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)TypeScript (10,221 fork)batch import
engineeringhelp wanted

倉庫指標

Star
 (74,848 star)
PR 合併指標
 (平均合併 11小時 43分鐘) (30 天內合併 1,000 個 PR)

描述

Talked about here: https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/#mag-api-support-for-issues-advanced-search

You can see the difference in behavior if you open this GitHub issue query vs running this GitHub Issue Notebook cell.

GitHub Issue Notebooks loads results:

Image

GitHub Issues does not:

Image

From @RileyBroughten

You'll need to use OR between the repo filters, spaces are treated as AND operators with the introduction of boolean operators.

So we'll need to update all of our Notebooks before September 4 otherwise they will be broken...

But this is trickier because from within the notebooks I don't think we have a way to tack on this query parameter to adopt this before Sept 4th... so either we need a feature of GHIN that lets you provide this, or we just make the change after they're all broken.

貢獻者指南