microsoft / microsoft/vscode-pull-request-github
Fetching pull request with query failed: HttpError: API rate limit exceeded
@alexr00 已经在做这个了。
开始于 2025年12月11日。
- 主要语言
- TypeScript
- 星标
- 2.6k
- 派生
- 795
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 46
描述
I tried the Copilot Coding Agent for the first time today. After the second code review on a PR created by the coding agent, I hit this limit while commenting the changes. What is the issue?
The PR changed 17 files and contains 10 conversations with 1-2 comments.
- Extension version: 0.116.2
- VSCode Version: 1.103.2
- OS: Windows 10
- Repository Clone Configuration (single repository/fork of an upstream repository):
- GitHub Product (GitHub.com/GitHub Enterprise version x.x.x):
Steps to Reproduce:
- Create an issue in github.com
- Assign Copilot Coding Agent as assignee
- Let it finish its work
- Add review comments to the PR
- Letz it finish its work
- Add comments again
Expected result:
User is able to continuous his code review via the vscode pull request extension
Determined result:
Exceeded the API rate limit and can't proceed the code review because of that
Rate limit request form the github API:
{ "resources": { "code_search": { "limit": 60, "remaining": 55, "reset": 1756589766, "used": 5, "resource": "code_search" }, "core": { "limit": 60, "remaining": 55, "reset": 1756589766, "used": 5, "resource": "core" }, "graphql": { "limit": 0, "remaining": 0, "reset": 1756590300, "used": 0, "resource": "graphql" }, "integration_manifest": { "limit": 5000, "remaining": 5000, "reset": 1756590300, "used": 0, "resource": "integration_manifest" }, "search": { "limit": 10, "remaining": 10, "reset": 1756586760, "used": 0, "resource": "search" } }, "rate": { "limit": 60, "remaining": 55, "reset": 1756589766, "used": 5, "resource": "core" } }
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。