microsoft / microsoft/vscode-pull-request-github

Fetching pull request with query failed: HttpError: API rate limit exceeded

オープン
#7,722 コメント 6 件 リアクション 5 件 担当者 1 名 GitHub で見る

@alexr00 がすでに取り組んでいます。

2025年12月11日 から。

info-needed
主要言語
TypeScript
スター
2.6k
フォーク
795
平均マージ
1日 4時間
マージ済み PR(30日)
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:

  1. Create an issue in github.com
  2. Assign Copilot Coding Agent as assignee
  3. Let it finish its work
  4. Add review comments to the PR
  5. Letz it finish its work
  6. 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" } }

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。